mirror of https://github.com/CGAL/cgal
use CGAL/config.h instead to CGAL/basic.h
The only use of this include here is to detect the definition CGAL_HAS_THREADS.
This commit is contained in:
parent
f19d779046
commit
4d7c940c2f
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef CGAL_GMPFI_TYPE_H
|
||||
#define CGAL_GMPFI_TYPE_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/config.h>
|
||||
#include <CGAL/gmp.h>
|
||||
#include <mpfr.h>
|
||||
#include <CGAL/GMP/Gmpfr_type.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue