summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-17 18:34:00 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-17 18:34:00 +0000
commit5dbc31da4d854dd4d7780bf33b1eb0c7486933e8 (patch)
treec48a23f1f8d19bc7333978553a8294c2145bed7a
parent5c1cbf1d5e6dcdf14984697e85c803f1dd549515 (diff)
fix compilation problem
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@308 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r--decoder/small_vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/small_vector.h b/decoder/small_vector.h
index ed3e1096..c3090a8b 100644
--- a/decoder/small_vector.h
+++ b/decoder/small_vector.h
@@ -13,6 +13,7 @@
#include <cassert>
#include <limits.h>
#include <new>
+#include <stdint.h>
//sizeof(T)/sizeof(T*)>1?sizeof(T)/sizeof(T*):1
template <class T,int SV_MAX=2>