aboutsummaryrefslogtreecommitdiff
path: root/graphics/gsculpt/files/patch-cpp-Model-pyGSProductModelBlank.cpp
blob: 77dfb9a289e1d5a977a12ad96d7acae04a28c1c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- cpp/Model/pyGSProductModelBlank.cpp.orig	Tue Feb 20 16:17:02 2007
+++ cpp/Model/pyGSProductModelBlank.cpp	Tue Feb 20 16:17:43 2007
@@ -8,13 +8,14 @@
 #ifndef PYGSPRODUCTMODELBLANK_CPP__
 #define PYGSPRODUCTMODELBLANK_CPP__
 
+#include <boost/python.hpp>
+using namespace boost::python;
+
 #include <Product/GSProduct.h>
 
 #include <Model/GSProductModelBlank.h>
 
 
-#include <boost/python.hpp>
-using namespace boost::python;