Skip to content

Commit

Permalink
Merge pull request #1218 from hsen-dev/master
Browse files Browse the repository at this point in the history
fixed missing include for std::back_inserter.
  • Loading branch information
egorpugin committed Nov 24, 2017
2 parents ebbfc3a + d751305 commit eba0ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions training/validator.cpp
Expand Up @@ -3,6 +3,7 @@
#include <algorithm>
#include <unordered_map>
#include <vector>
#include <iterator>

#include "icuerrorcode.h"
#include "unicode/uchar.h" // From libicu
Expand Down

0 comments on commit eba0ae3

Please sign in to comment.