From 2cef05d86976784f4bc1083cb0fa548e267ac132 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 15 Dec 2009 17:49:40 +0100 Subject: reconnection mechanism added to tcp transport --- src/io_thread.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 457cdbf..c0dd77b 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -22,6 +22,7 @@ #include +#include "stdint.hpp" #include "object.hpp" #include "poller.hpp" #include "i_poll_events.hpp" -- cgit v1.2.3