blob: b3521e026745d36252e96f4fb0b8a161cc8c15d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- cpp/Product/pyGSProduct.cpp.orig Tue Feb 20 16:24:38 2007
+++ cpp/Product/pyGSProduct.cpp Tue Feb 20 16:24:49 2007
@@ -8,11 +8,12 @@
#ifndef PYGSPRODUCT_CPP__
#define PYGSPRODUCT_CPP__
+#include <boost/python.hpp>
+using namespace boost::python;
+
#include <Product/GSProduct.h>
-#include <boost/python.hpp>
-using namespace boost::python;
|