Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-06-04 19:44:15 +0300
committerTaku Kudo <taku@google.com>2018-06-04 19:44:15 +0300
commit2ff4267b91998297c02a9762051d75c0fb1c3011 (patch)
treeb1821b84ce650828ff05d8d00090a8e97ba65d8c /src/normalizer.cc
parent506aa4595ad3c819d800dc52187832033f104bc7 (diff)
Minor style fixes
Diffstat (limited to 'src/normalizer.cc')
-rw-r--r--src/normalizer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/normalizer.cc b/src/normalizer.cc
index 77fb3f8..4ba724f 100644
--- a/src/normalizer.cc
+++ b/src/normalizer.cc
@@ -13,6 +13,9 @@
// limitations under the License.!
#include "normalizer.h"
+
+#include <utility>
+#include <vector>
#include "common.h"
#include "stringpiece.h"
#include "third_party/darts_clone/darts.h"