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/normalizer.h')
-rw-r--r--src/normalizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalizer.h b/src/normalizer.h
index 13166ca..ab12fac 100644
--- a/src/normalizer.h
+++ b/src/normalizer.h
@@ -21,8 +21,8 @@
#include <utility>
#include <vector>
-#include "builtin_pb/sentencepiece_model.pb.h"
#include "common.h"
+#include "sentencepiece_model.pb.h"
#include "sentencepiece_processor.h"
#include "third_party/absl/strings/string_view.h"
#include "third_party/darts_clone/darts.h"