mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Fix legacy build
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
1258386e72
commit
a5f2f90c8d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user