Patched for Aix which has <stdint.h>

[SVN r15505]
This commit is contained in:
John Maddock
2002-09-25 11:10:30 +00:00
parent 3de4d572e9
commit 3a00ff3fb4

View File

@ -35,7 +35,7 @@
// this is triggered with GCC, because it defines __cplusplus < 199707L
# define BOOST_NO_INT64_T
# endif
# elif defined(__FreeBSD__)
# elif defined(__FreeBSD__) || defined(__IBMCPP__)
# include <inttypes.h>
# else
# include <stdint.h>