mirror of https://github.com/CGAL/cgal
add missing include
This commit is contained in:
parent
133b48b55c
commit
138b06ca11
|
|
@ -21,6 +21,7 @@
|
||||||
#include <CGAL/Algebraic_structure_traits.h>
|
#include <CGAL/Algebraic_structure_traits.h>
|
||||||
#include <CGAL/Real_embeddable_traits.h>
|
#include <CGAL/Real_embeddable_traits.h>
|
||||||
#include <CGAL/Kernel/Same_uncertainty.h>
|
#include <CGAL/Kernel/Same_uncertainty.h>
|
||||||
|
#include <boost/mpl/if.hpp>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
CGAL_NTS_BEGIN_NAMESPACE
|
CGAL_NTS_BEGIN_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue