add a missing #include for LEDA

This commit is contained in:
Laurent Rineau 2024-04-05 13:57:09 +02:00
parent d48ca93f64
commit 0c8f0693fb
1 changed files with 1 additions and 0 deletions

View File

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