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 | a429a0f0f510751b842b7161f5e1c8feab05fc1b (patch) | |
tree | 0f1667737581b3b6dc5b9cff8d904a596e9d2335 /decoder/small_vector.h | |
parent | 648c350aa8b90bd60ca1448bd3bb702004b9ad26 (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 |