diff options
author | 2012-07-31 07:52:42 -0700 | |
---|---|---|
committer | 2012-07-31 07:52:42 -0700 | |
commit | df3f09c2e7fab17fe39b52fc9da99ac6da3647dc (patch) | |
tree | 789823bd0d618e5b70f32d1682b414f0631a6950 /native/jni/src/correction.h | |
parent | be3eebf774a9a443eb9dc895d26e3157c98b210e (diff) | |
parent | 8ec8c5fedac52352a4086fd05922fa57466b4dee (diff) | |
download | latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.tar.gz latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.tar.xz latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.zip |
Sync with jb-mr1-dev
Change-Id: I6bc4664468cb2f0b3c55e42859b5fe86231a1b2f
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" |