+ reorder include files to fix re-definition of macro BOOST_PARAMETER_MAX_ARITY
This commit is contained in:
parent
0120942c46
commit
77f148350b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user