mirror of https://github.com/CGAL/cgal
Add missing includes
This commit is contained in:
parent
bc8e29b025
commit
434cbcf0bb
|
|
@ -23,6 +23,7 @@
|
|||
#include <CGAL/gmp.h>
|
||||
#include <mpfr.h>
|
||||
#include <CGAL/GMP/Gmpfr_type.h>
|
||||
#include <CGAL/GMP/Gmpq_type.h>
|
||||
#include <mpfi.h>
|
||||
#include <boost/operators.hpp>
|
||||
#include <CGAL/Uncertain.h>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#define CGAL_HANDLE_FOR_H
|
||||
|
||||
#include <CGAL/config.h>
|
||||
#include <CGAL/assertions.h> // for CGAL_assume
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <CGAL/memory.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue