diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-04-22 18:52:43 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-04-22 18:52:43 (GMT) | 
| commit | dc7ca9862195e342ff6a252ed1423c5566f28c0e (patch) | |
| tree | a60a1cbf835c4ab1e29e676c850ea9b3ddd4a66d | |
| parent | e66d257f786f034a7372780c7933312fe8b66dff (diff) | |
| download | swift-dc7ca9862195e342ff6a252ed1423c5566f28c0e.zip swift-dc7ca9862195e342ff6a252ed1423c5566f28c0e.tar.bz2 | |
Added missing include.
| -rw-r--r-- | Swiften/Base/format.h | 1 | 
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) { | 
 Swift
 Swift