diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-09-18 06:30:36 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-09-18 06:31:47 (GMT) |
commit | 8d87caed5e2f47aeaaabc4b8670fce4d3753d17b (patch) | |
tree | 533466ff0bf9e60d7cbf17b274da3df4870eee92 /Swiften/Base/URL.cpp | |
parent | e0459104ed3f99b780bfd94c122951463837ee08 (diff) | |
download | swift-contrib-8d87caed5e2f47aeaaabc4b8670fce4d3753d17b.zip swift-contrib-8d87caed5e2f47aeaaabc4b8670fce4d3753d17b.tar.bz2 |
Missing include
Diffstat (limited to 'Swiften/Base/URL.cpp')
-rw-r--r-- | Swiften/Base/URL.cpp | 2 |
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) { |