]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/cstdint.hpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / boost / boost / cstdint.hpp
index 698c149f58864d42c590eaa0716f7740addcea48..d55a4840b955ff7e3b4a3d13fe4765bbdd7ff2a3 100644 (file)
@@ -36,7 +36,7 @@
       // this is triggered with GCC, because it defines __cplusplus < 199707L
 #     define BOOST_NO_INT64_T
 #   endif 
-# elif defined(__FreeBSD__) || defined(__IBMCPP__)
+# elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX)
 #   include <inttypes.h>
 # else
 #   include <stdint.h>
@@ -173,6 +173,7 @@ namespace boost {
 #else  // BOOST_HAS_STDINT_H
 
 # include <boost/limits.hpp> // implementation artifact; not part of interface
+# include <limits.h>         // needed for limits macros
 
 
 namespace boost