add missing condition

This commit is contained in:
Sébastien Loriot 2024-03-15 14:56:57 +01:00
parent dd9bf32ce4
commit 02148db3de
1 changed files with 2 additions and 0 deletions

View File

@ -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>