Fix compiler issue: boost/cstdint.hpp contains the types inside boost:: namespace. <stdint.h> should be available by default. vcpp2008 has its own workaround.

This commit is contained in:
Norbert Nemec
2012-10-09 12:15:03 +02:00
parent c2f83814dc
commit 54b1931963

View File

@@ -31,8 +31,7 @@
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
//#include <stdint.h>
#include <boost/cstdint.hpp>
#include <stdint.h>
// SIZE_MAX appears to be a compiler thing not an OS header thing.
// make sure it is defined.