From: Thomas Jarosch Date: Wed, 24 Feb 2010 20:05:47 +0000 (+0100) Subject: We need stdint.h for uint32_t X-Git-Tag: v0.3~14 X-Git-Url: http://developer.intra2net.com/git/?p=libasyncio;a=commitdiff_plain;h=74622ea8af80c7e0bcae8608b84457602fefcbc7 We need stdint.h for uint32_t --- diff --git a/utils/asyncio_system_tools.hpp b/utils/asyncio_system_tools.hpp index 69c4a04..0bc0e5f 100644 --- a/utils/asyncio_system_tools.hpp +++ b/utils/asyncio_system_tools.hpp @@ -33,6 +33,7 @@ on this file might be covered by the GNU General Public License. #include #include +#include namespace AsyncIo