aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/unigram_dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/jni/src/unigram_dictionary.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/native/jni/src/unigram_dictionary.h b/native/jni/src/unigram_dictionary.h
index a64a539bd..a50503256 100644
--- a/native/jni/src/unigram_dictionary.h
+++ b/native/jni/src/unigram_dictionary.h
@@ -19,8 +19,9 @@
#include <map>
#include <stdint.h>
+
#include "defines.h"
-#include "digraph_utils.h"
+#include "suggest/core/dictionary/digraph_utils.h"
namespace latinime {