Use boost/cstdint.hpp instead of inttypes.h.

Anonymissimus reported inttypes.h is not supported by MSVC and it's
indeed not a C++98 header.
This commit is contained in:
Mark de Wever 2012-03-31 18:31:43 +00:00
parent e00a83ec2a
commit fed2dd7abc

View file

@ -48,7 +48,7 @@
#else
#include <inttypes.h>
#include <boost/cstdint.hpp>
/***** ***** ***** ***** types ***** ***** ***** *****/