From 54b1931963bbbbc5973898109066731d9884ffad Mon Sep 17 00:00:00 2001 From: Norbert Nemec Date: Tue, 9 Oct 2012 12:15:03 +0200 Subject: [PATCH] Fix compiler issue: boost/cstdint.hpp contains the types inside boost:: namespace. should be available by default. vcpp2008 has its own workaround. --- src/common.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common.hpp b/src/common.hpp index 6dfd51e9a1..f77eae95f0 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -31,8 +31,7 @@ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS #endif -//#include -#include +#include // SIZE_MAX appears to be a compiler thing not an OS header thing. // make sure it is defined.