mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
Merge pull request #1218 from hsen-dev/master
fixed missing include for std::back_inserter.
This commit is contained in:
commit
eba0ae3b88
@ -3,6 +3,7 @@
|
||||
#include <algorithm>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
||||
#include "icuerrorcode.h"
|
||||
#include "unicode/uchar.h" // From libicu
|
||||
|
Loading…
Reference in New Issue
Block a user