diff options
author | 2012-07-31 17:56:40 +0900 | |
---|---|---|
committer | 2012-07-31 18:45:26 +0900 | |
commit | f1008c550168e50f930ea1e043000b395ce0f129 (patch) | |
tree | 51bddaf6e8186a084a9e48d35fcdac670c8fb513 /native/jni/src/correction.h | |
parent | 71c472ed8c8383df6c63bf9136812e7197f416bd (diff) | |
download | latinime-f1008c550168e50f930ea1e043000b395ce0f129.tar.gz latinime-f1008c550168e50f930ea1e043000b395ce0f129.tar.xz latinime-f1008c550168e50f930ea1e043000b395ce0f129.zip |
Cleanup headers
Change-Id: I9124366b2000cad54966fb6936bb4691bbf115a3
Diffstat (limited to 'native/jni/src/correction.h')
-rw-r--r-- | native/jni/src/correction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/src/correction.h b/native/jni/src/correction.h index 13f951af5..a7028acf0 100644 --- a/native/jni/src/correction.h +++ b/native/jni/src/correction.h @@ -17,7 +17,7 @@ #ifndef LATINIME_CORRECTION_H #define LATINIME_CORRECTION_H -#include <assert.h> +#include <cassert> #include <stdint.h> #include "correction_state.h" |