Define std::max under VS2017 x64

This commit is contained in:
Hintz 2017-07-26 17:19:40 -04:00 committed by GitHub
parent 0e95e2ca87
commit c5a861b229

View File

@ -21,6 +21,7 @@
#include "unicharcompress.h" #include "unicharcompress.h"
#include <memory> #include <memory>
#include <algorithm>
#include "tprintf.h" #include "tprintf.h"
namespace tesseract { namespace tesseract {