Fix headers.

This commit is contained in:
Egor Pugin 2021-04-12 01:40:40 +03:00
parent 4f6ff85123
commit a732565cad
2 changed files with 1 additions and 2 deletions

View File

@ -54,6 +54,7 @@
#include <cfloat> // for FLT_MAX
#include <cmath> // for ceil, floor, M_PI
#include <cstdint> // for INT16_MAX, uint32_t, int32_t, int16_t
#include <memory>
namespace tesseract {

View File

@ -24,8 +24,6 @@
#include "ocrblock.h"
#include "params.h"
#include <ctime>
struct Pix;
namespace tesseract {