diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 21:33:17 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 21:33:17 +0000 |
commit | 9e35239dd1b4393a320da6c745749500dba8f2b6 (patch) | |
tree | f7ebb65dfe3a87b1515e4746dd20a4a789e5e49b /decoder/small_vector.h | |
parent | 96869a482482a4ef0ee8b101ab32cc10219cc3d4 (diff) |
shared_ptr for ReadFile and doc_scorer; init ds to GetOne() in oracle
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@322 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/small_vector.h')
-rw-r--r-- | decoder/small_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/small_vector.h b/decoder/small_vector.h index c3090a8b..202b72c9 100644 --- a/decoder/small_vector.h +++ b/decoder/small_vector.h @@ -11,7 +11,7 @@ #include <streambuf> // std::max - where to get this? #include <cstring> #include <cassert> -#include <limits.h> +#include <stdint.h> #include <new> #include <stdint.h> //sizeof(T)/sizeof(T*)>1?sizeof(T)/sizeof(T*):1 |