3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00
- a missing include...
This commit is contained in:
Olivier Parcollet 2014-06-12 17:55:36 +02:00
parent 25eec4e046
commit 6e987f4563
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* TRIQS. If not, see <http://www.gnu.org/licenses/>.
*
******************************************************************************/
#include <triqs/utility/first_include.hpp>
#ifdef TRIQS_WITH_PYTHON_SUPPORT
#define TRIQS_LIB_CPP
#include "./py_stream.hpp"

View File

@ -1,3 +1,4 @@
#include <triqs/utility/first_include.hpp>
#ifdef TRIQS_WITH_PYTHON_SUPPORT
// REMOVE THIS