We need stdint.h for uint32_t
[libasyncio] / utils / asyncio_system_tools.hpp
index 69c4a04..0bc0e5f 100644 (file)
@@ -33,6 +33,7 @@ on this file might be covered by the GNU General Public License.
 
 #include <string>
 #include <sys/types.h>
+#include <stdint.h>
 
 
 namespace AsyncIo