mirror of https://github.com/CGAL/cgal
reduce package dependencies
This commit is contained in:
parent
258d96fdf2
commit
8611d167b4
|
|
@ -19,8 +19,9 @@
|
|||
|
||||
#ifdef CGAL_USE_BOOST_MP
|
||||
|
||||
// already protected by CGAL_USE_CORE macro
|
||||
#ifdef CGAL_USE_CORE
|
||||
#include <CGAL/CORE_arithmetic_kernel.h>
|
||||
#endif
|
||||
|
||||
//Currently already included in boost_mp.h
|
||||
//#include <boost/multiprecision/cpp_int.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue