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:
parent
e00a83ec2a
commit
fed2dd7abc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
#else
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <boost/cstdint.hpp>
|
||||
|
||||
/***** ***** ***** ***** types ***** ***** ***** *****/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue