7 lines
242 B
C++
7 lines
242 B
C++
--- python/PythonEnumWrapper.cpp.orig 2009-04-09 08:40:02.000000000 +0200
|
|
+++ python/PythonEnumWrapper.cpp 2009-04-09 08:40:06.000000000 +0200
|
|
@@ -1,3 +1,4 @@
|
|
+#include <ostream>
|
|
#include "../universe/Enums.h"
|
|
|
|
#include <boost/python.hpp>
|