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_trainer.h
parent506aa4595ad3c819d800dc52187832033f104bc7 (diff)
Minor style fixes
Diffstat (limited to 'src/unigram_model_trainer.h')
-rw-r--r--src/unigram_model_trainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unigram_model_trainer.h b/src/unigram_model_trainer.h
index 358e67f..6850d93 100644
--- a/src/unigram_model_trainer.h
+++ b/src/unigram_model_trainer.h
@@ -18,6 +18,7 @@
#include <memory>
#include <string>
#include <unordered_map>
+#include <utility>
#include <vector>
#include "sentencepiece_model.pb.h"