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>2020-06-01 19:56:48 +0300
committerTaku Kudo <taku@google.com>2020-06-01 19:56:48 +0300
commit856daadbbfbf26da81152e70aba0406a11d5bedc (patch)
tree124bb7ca0140f42c19431ad1565b697ac19c10cd /src/word_model_test.cc
parentd36b81fdf338e1ce7c3b08ff0bbf0a94cb5b1cf9 (diff)
Port absl::flat_hash_map
Diffstat (limited to 'src/word_model_test.cc')
-rw-r--r--src/word_model_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/word_model_test.cc b/src/word_model_test.cc
index 01c174c..aefb174 100644
--- a/src/word_model_test.cc
+++ b/src/word_model_test.cc
@@ -14,7 +14,7 @@
#include <string>
-#include "builtin_pb/sentencepiece_model.pb.h"
+#include "sentencepiece_model.pb.h"
#include "testharness.h"
#include "util.h"
#include "word_model.h"