Merge pull request #1218 from hsen-dev/master

fixed missing include for std::back_inserter.
This commit is contained in:
Egor Pugin 2017-11-24 17:31:27 +03:00 committed by GitHub
commit eba0ae3b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
#include <algorithm>
#include <unordered_map>
#include <vector>
#include <iterator>
#include "icuerrorcode.h"
#include "unicode/uchar.h" // From libicu