+ reorder include files to fix re-definition of macro BOOST_PARAMETER_MAX_ARITY

This commit is contained in:
wmayer 2015-10-31 13:32:01 +01:00
parent 0120942c46
commit 77f148350b

View File

@ -25,6 +25,13 @@
#ifndef _PreComp_
#endif
// PCL test
#ifdef HAVE_PCL_IO
# include <iostream>
# include <pcl/io/ply_io.h>
# include <pcl/point_types.h>
#endif
#include <Base/Console.h>
#include <Base/Interpreter.h>
#include <Base/FileInfo.h>
@ -34,13 +41,6 @@
#include <App/DocumentObject.h>
#include <App/Property.h>
// PCL test
#ifdef HAVE_PCL_IO
# include <iostream>
# include <pcl/io/ply_io.h>
# include <pcl/point_types.h>
#endif
#include "Points.h"
#include "PointsPy.h"
#include "PointsAlgos.h"