diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-04-11 19:21:15 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-04-11 19:21:15 (GMT) | 
| commit | 794008696390db0e733f06615be4c1ef6b3812f7 (patch) | |
| tree | f0e522d64037deb48dc84b1fb24365cd1882b62a | |
| parent | 857e44c156a1dbefcb49bb5792c4384cebd8762a (diff) | |
| download | swift-794008696390db0e733f06615be4c1ef6b3812f7.zip swift-794008696390db0e733f06615be4c1ef6b3812f7.tar.bz2 | |
Add missing header include.
| -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" | 
 Swift
 Swift