Skip to content

Commit c5a861b

Browse files
authored
Define std::max under VS2017 x64
1 parent 0e95e2c commit c5a861b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ccutil/unicharcompress.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "unicharcompress.h"
2323
#include <memory>
24+
#include <algorithm>
2425
#include "tprintf.h"
2526

2627
namespace tesseract {

0 commit comments

Comments
 (0)