From 717a69b60edd298b546b26d05ab015b0e17cacc4 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 18 Mar 2008 15:14:27 +0000 Subject: datatypes.h: changed to boost/cstdint.hpp for better compatibility --- datatypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include typedef uint8_t u_int8_t; typedef uint16_t u_int16_t; -- cgit v1.2.3