summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-04-11 19:21:15 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-04-11 19:21:15 (GMT)
commit794008696390db0e733f06615be4c1ef6b3812f7 (patch)
treef0e522d64037deb48dc84b1fb24365cd1882b62a /Swiften
parent857e44c156a1dbefcb49bb5792c4384cebd8762a (diff)
downloadswift-794008696390db0e733f06615be4c1ef6b3812f7.zip
swift-794008696390db0e733f06615be4c1ef6b3812f7.tar.bz2
Add missing header include.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/EventLoop/SimpleEventLoop.cpp1
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"