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-05-07 19:06:50 +0300
committerTaku Kudo <taku@google.com>2020-05-07 19:06:50 +0300
commit329383b455a5795f3d182159eb0985a3f20f0fa2 (patch)
treeb5af4450144f7e61f8af456bff9929bff41ca54f /src/unicode_script.cc
parent662c7549f0e1110dbb9b015ad7a89be49743fc69 (diff)
Initial release of 0.19. Merged internal sentencepiece.
Diffstat (limited to 'src/unicode_script.cc')
-rw-r--r--src/unicode_script.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unicode_script.cc b/src/unicode_script.cc
index 9f2edfc..651b160 100644
--- a/src/unicode_script.cc
+++ b/src/unicode_script.cc
@@ -12,8 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.!
-#include "unicode_script.h"
#include <unordered_map>
+
+#include "unicode_script.h"
#include "unicode_script_map.h"
#include "util.h"