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:
Diffstat (limited to 'src/spm_export_vocab_main.cc')
-rw-r--r--src/spm_export_vocab_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spm_export_vocab_main.cc b/src/spm_export_vocab_main.cc
index 9b98f01..b5d93cb 100644
--- a/src/spm_export_vocab_main.cc
+++ b/src/spm_export_vocab_main.cc
@@ -15,10 +15,10 @@
#include <sstream>
-#include "builtin_pb/sentencepiece_model.pb.h"
#include "common.h"
#include "filesystem.h"
#include "init.h"
+#include "sentencepiece_model.pb.h"
#include "sentencepiece_processor.h"
#include "third_party/absl/flags/flag.h"