From 6e987f4563869b01bf4af24229bcd1a5263a1274 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Thu, 12 Jun 2014 17:55:36 +0200 Subject: [PATCH] Correction of f273c09c6f024e - a missing include... --- triqs/python_tools/py_stream.cpp | 1 + triqs/python_tools/wrapper_tools.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/triqs/python_tools/py_stream.cpp b/triqs/python_tools/py_stream.cpp index e60e2a75..537c3500 100644 --- a/triqs/python_tools/py_stream.cpp +++ b/triqs/python_tools/py_stream.cpp @@ -18,6 +18,7 @@ * TRIQS. If not, see . * ******************************************************************************/ +#include #ifdef TRIQS_WITH_PYTHON_SUPPORT #define TRIQS_LIB_CPP #include "./py_stream.hpp" diff --git a/triqs/python_tools/wrapper_tools.cpp b/triqs/python_tools/wrapper_tools.cpp index b9b3b203..6b73929f 100644 --- a/triqs/python_tools/wrapper_tools.cpp +++ b/triqs/python_tools/wrapper_tools.cpp @@ -1,3 +1,4 @@ +#include #ifdef TRIQS_WITH_PYTHON_SUPPORT // REMOVE THIS