Skip to content

Commit

Permalink
Fix legacy build
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Nov 1, 2021
1 parent 1258386 commit a5f2f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/api/baseapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/tesseract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5f2f90

Please sign in to comment.