summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-04-22 18:52:43 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-04-22 18:52:43 (GMT)
commitdc7ca9862195e342ff6a252ed1423c5566f28c0e (patch)
treea60a1cbf835c4ab1e29e676c850ea9b3ddd4a66d /Swiften/Base
parente66d257f786f034a7372780c7933312fe8b66dff (diff)
downloadswift-dc7ca9862195e342ff6a252ed1423c5566f28c0e.zip
swift-dc7ca9862195e342ff6a252ed1423c5566f28c0e.tar.bz2
Added missing include.
Diffstat (limited to 'Swiften/Base')
-rw-r--r--Swiften/Base/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Base/format.h b/Swiften/Base/format.h
index 4591827..0e49eaa 100644
--- a/Swiften/Base/format.h
+++ b/Swiften/Base/format.h
@@ -7,6 +7,7 @@
#pragma once
#include <boost/format.hpp>
+#include <iostream>
namespace Swift {
inline boost::format format(const std::string& s) {