From 74622ea8af80c7e0bcae8608b84457602fefcbc7 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 24 Feb 2010 21:05:47 +0100 Subject: [PATCH] We need stdint.h for uint32_t --- utils/asyncio_system_tools.hpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.7.1