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/unigram_model.h
parent506aa4595ad3c819d800dc52187832033f104bc7 (diff)
Minor style fixes
Diffstat (limited to 'src/unigram_model.h')
-rw-r--r--src/unigram_model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unigram_model.h b/src/unigram_model.h
index 4518035..0ea054f 100644
--- a/src/unigram_model.h
+++ b/src/unigram_model.h
@@ -15,6 +15,11 @@
#ifndef UNIGRAM_MODEL_H_
#define UNIGRAM_MODEL_H_
+#include <memory>
+#include <string>
+#include <utility>
+#include <vector>
+
#include "common.h"
#include "model_interface.h"
#include "sentencepiece_model.pb.h"