mirror of https://github.com/CGAL/cgal
add missing condition
This commit is contained in:
parent
dd9bf32ce4
commit
02148db3de
|
|
@ -32,7 +32,9 @@
|
||||||
#include <CGAL/QP_models.h>
|
#include <CGAL/QP_models.h>
|
||||||
#include <CGAL/QP_functions.h>
|
#include <CGAL/QP_functions.h>
|
||||||
|
|
||||||
|
#ifdef CGAL_USE_BOOST_MP
|
||||||
#include <CGAL/boost_mp.h>
|
#include <CGAL/boost_mp.h>
|
||||||
|
#endif
|
||||||
//Currently already included in boost_mp.h
|
//Currently already included in boost_mp.h
|
||||||
//#ifdef CGAL_USE_BOOST_MP
|
//#ifdef CGAL_USE_BOOST_MP
|
||||||
//# include <boost/multiprecision/cpp_int.hpp>
|
//# include <boost/multiprecision/cpp_int.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue