aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/correction.cpp
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-05 17:38:30 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-02-05 17:38:30 -0800
commita27cb623901d79be1007b0803898086a12ce731b (patch)
treed75deaf2899b9f112ab56a63b7d04b8e941e7272 /native/src/correction.cpp
parent3f8fc4de9ae8720a16458198d268dcf7423c1e51 (diff)
parent09baa36f7d1298e54a291b0d486cf366a3c3257c (diff)
downloadlatinime-a27cb623901d79be1007b0803898086a12ce731b.tar.gz
latinime-a27cb623901d79be1007b0803898086a12ce731b.tar.xz
latinime-a27cb623901d79be1007b0803898086a12ce731b.zip
Merge "Use C++ template for min/max"
Diffstat (limited to 'native/src/correction.cpp')
-rw-r--r--native/src/correction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/correction.cpp b/native/src/correction.cpp
index 2fc0569fa..4df1c4efb 100644
--- a/native/src/correction.cpp
+++ b/native/src/correction.cpp
@@ -24,6 +24,7 @@
#include "char_utils.h"
#include "correction.h"
+#include "defines.h"
#include "dictionary.h"
#include "proximity_info.h"