diff options
author | Michael Gebetsroither <gebi@mgeb.org> | 2008-03-18 15:14:27 +0000 |
---|---|---|
committer | Michael Gebetsroither <gebi@mgeb.org> | 2008-03-18 15:14:27 +0000 |
commit | 717a69b60edd298b546b26d05ab015b0e17cacc4 (patch) | |
tree | 3eb24c9a22a9fc089b9fbccf88b841a1989dcc55 | |
parent | changed u_int32_t* argument to size_t* in Mpi::getNewBuf (diff) |
datatypes.h: changed to boost/cstdint.hpp for better compatibility
-rw-r--r-- | datatypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datatypes.h b/datatypes.h index f9d35d7..29ac8a7 100644 --- a/datatypes.h +++ b/datatypes.h @@ -31,7 +31,7 @@ #ifndef _DATATYPES_H_ #define _DATATYPES_H_ -#include<tr1/cstdint> +#include<boost/cstdint.hpp> typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; |