]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/cstdint.hpp
Don't need this.
[lyx.git] / boost / boost / cstdint.hpp
index 31a432a886a1b685c4047b786deb9bb5b268ed24..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>