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/char_model.h')
-rw-r--r--src/char_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_model.h b/src/char_model.h
index 23d0016..cd32875 100644
--- a/src/char_model.h
+++ b/src/char_model.h
@@ -15,8 +15,8 @@
#ifndef CHAR_MODEL_H_
#define CHAR_MODEL_H_
-#include "builtin_pb/sentencepiece_model.pb.h"
#include "model_interface.h"
+#include "sentencepiece_model.pb.h"
namespace sentencepiece {
namespace character {