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/words_priority_queue_pool.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/words_priority_queue_pool.h')
-rw-r--r-- | native/jni/src/words_priority_queue_pool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/native/jni/src/words_priority_queue_pool.h b/native/jni/src/words_priority_queue_pool.h index aff307404..38887291e 100644 --- a/native/jni/src/words_priority_queue_pool.h +++ b/native/jni/src/words_priority_queue_pool.h @@ -17,8 +17,7 @@ #ifndef LATINIME_WORDS_PRIORITY_QUEUE_POOL_H #define LATINIME_WORDS_PRIORITY_QUEUE_POOL_H -#include <assert.h> -#include <new> +#include <cassert> #include "words_priority_queue.h" namespace latinime { |