Fix legacy build

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2021-11-01 08:04:49 +01:00
parent 1258386e72
commit a5f2f90c8d
2 changed files with 2 additions and 3 deletions

View File

@ -29,9 +29,7 @@
#include "dict.h" // for Dict
#include "elst.h" // for ELIST_ITERATOR, ELISTIZE, ELISTIZEH
#include "environ.h" // for l_uint8
#ifndef DISABLED_LEGACY_ENGINE
# include "equationdetect.h" // for EquationDetect
#endif
#include "equationdetect.h" // for EquationDetect, destructor of equ_detect_
#include "errcode.h" // for ASSERT_HOST
#include "helpers.h" // for IntCastRounded, chomp_string
#include "host.h" // for MAX_PATH

View File

@ -25,6 +25,7 @@
#if defined(__USE_GNU)
# include <cfenv> // for feenableexcept
#endif
#include <climits> // for INT_MIN, INT_MAX
#include <cstdlib> // for std::getenv
#include <iostream>
#include <map> // for std::map