diff options
-rw-r--r-- | src/systemc/core/sc_main_python.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systemc/core/sc_main_python.cc b/src/systemc/core/sc_main_python.cc index 66fae58bb..60d57b478 100644 --- a/src/systemc/core/sc_main_python.cc +++ b/src/systemc/core/sc_main_python.cc @@ -27,12 +27,14 @@ * Authors: Gabe Black */ +// This should be on top since it is including python headers +#include "systemc/core/python.hh" + #include <cstring> #include <string> #include "base/fiber.hh" #include "base/logging.hh" -#include "systemc/core/python.hh" #include "systemc/core/sc_main_fiber.hh" namespace |