summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-09-18 06:30:36 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-09-18 06:31:47 (GMT)
commit8d87caed5e2f47aeaaabc4b8670fce4d3753d17b (patch)
tree533466ff0bf9e60d7cbf17b274da3df4870eee92 /Swiften
parente0459104ed3f99b780bfd94c122951463837ee08 (diff)
downloadswift-8d87caed5e2f47aeaaabc4b8670fce4d3753d17b.zip
swift-8d87caed5e2f47aeaaabc4b8670fce4d3753d17b.tar.bz2
Missing include
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Base/URL.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Base/URL.cpp b/Swiften/Base/URL.cpp
index 28fe6d3..866cd45 100644
--- a/Swiften/Base/URL.cpp
+++ b/Swiften/Base/URL.cpp
@@ -6,6 +6,8 @@
#include <Swiften/Base/URL.h>
+#include <iostream>
+
namespace Swift {
int URL::getPortOrDefaultPort(const URL& url) {