mirror of https://github.com/CGAL/cgal
change inclusion order to avoid error concerning BOOST_PARAMETER_MAX_ARITY
This commit is contained in:
parent
bba935108e
commit
1985df8c89
|
|
@ -25,11 +25,12 @@
|
|||
|
||||
#include "implicit_functions/Implicit_function_interface.h"
|
||||
#include "Image_type.h"
|
||||
#include "Polyhedron_type.h"
|
||||
|
||||
#include "Scene_c3t3_item.h"
|
||||
#include "Meshing_thread.h"
|
||||
|
||||
#include "Polyhedron_type.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <math.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue