diff options
Diffstat (limited to 'Swiften/EventLoop')
-rw-r--r-- | Swiften/EventLoop/SimpleEventLoop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/EventLoop/SimpleEventLoop.cpp b/Swiften/EventLoop/SimpleEventLoop.cpp index 8dbb759..d745e39 100644 --- a/Swiften/EventLoop/SimpleEventLoop.cpp +++ b/Swiften/EventLoop/SimpleEventLoop.cpp @@ -7,6 +7,7 @@ #include "Swiften/EventLoop/SimpleEventLoop.h" #include <boost/bind.hpp> +#include <iostream> #include "Swiften/Base/foreach.h" |