From 3a00ff3fb42c0cdc4539582f6e8f0ec222dc4303 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 25 Sep 2002 11:10:30 +0000 Subject: [PATCH] Patched for Aix which has [SVN r15505] --- include/boost/cstdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp index 20678c5..6f65b90 100644 --- a/include/boost/cstdint.hpp +++ b/include/boost/cstdint.hpp @@ -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 # else # include