summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-17 15:23:11 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-17 15:23:11 +0200
commitbff91033b0d6c69cd657cc277157fc85d3e0530c (patch)
tree0e472783b5b1dc07cfbda17bc29c5ffde5a5b8fb
parent74d8589acc78ecd5e276bf9c795b354e1df59091 (diff)
include cstdint
-rw-r--r--src/stdintfwd.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdintfwd.hpp b/src/stdintfwd.hpp
index feb13bb..c41e727 100644
--- a/src/stdintfwd.hpp
+++ b/src/stdintfwd.hpp
@@ -19,7 +19,7 @@
#ifndef _MSC_VER // [
-//#include <cstdint>
+#include <cstdint>
//#error "Use this header only with Microsoft Visual C++ compilers!"
#include <boost/cstdint.hpp>