mirror of https://github.com/CGAL/cgal
add a missing #include for LEDA
This commit is contained in:
parent
d48ca93f64
commit
0c8f0693fb
|
|
@ -25,6 +25,7 @@
|
||||||
// The following is needed for LEDA 4.4 due to min/max problems...
|
// The following is needed for LEDA 4.4 due to min/max problems...
|
||||||
# define LEDA_NO_MIN_MAX_TEMPL
|
# define LEDA_NO_MIN_MAX_TEMPL
|
||||||
|
|
||||||
|
#include <fstream> // as a workaround for a missing include in <LEDA/internal/PREAMBLE.h>
|
||||||
#include <LEDA/system/basic.h>
|
#include <LEDA/system/basic.h>
|
||||||
|
|
||||||
#ifdef LEDA_NAMESPACE
|
#ifdef LEDA_NAMESPACE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue