From 77f148350bc01e8e5724d025a7e8ea425e7e50df Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 31 Oct 2015 13:32:01 +0100 Subject: [PATCH] + reorder include files to fix re-definition of macro BOOST_PARAMETER_MAX_ARITY --- src/Mod/Points/App/AppPointsPy.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Mod/Points/App/AppPointsPy.cpp b/src/Mod/Points/App/AppPointsPy.cpp index fa0d3086e5..4a2a264df7 100644 --- a/src/Mod/Points/App/AppPointsPy.cpp +++ b/src/Mod/Points/App/AppPointsPy.cpp @@ -25,6 +25,13 @@ #ifndef _PreComp_ #endif +// PCL test +#ifdef HAVE_PCL_IO +# include +# include +# include +#endif + #include #include #include @@ -34,13 +41,6 @@ #include #include -// PCL test -#ifdef HAVE_PCL_IO -# include -# include -# include -#endif - #include "Points.h" #include "PointsPy.h" #include "PointsAlgos.h"