diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-07-10 07:58:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-07-10 10:56:44 (GMT) |
commit | 3911f30a92ae971aebdbf1d733b4261aafde4950 (patch) | |
tree | eaa21ace7c329130b1aa5ab8b7494156d6eed4b9 /Swiften/JID | |
parent | 17721d86205828929e784ad35e5f07e8a7a71631 (diff) | |
download | swift-3911f30a92ae971aebdbf1d733b4261aafde4950.zip swift-3911f30a92ae971aebdbf1d733b4261aafde4950.tar.bz2 |
Fixed compilation problem on some compilers.
Diffstat (limited to 'Swiften/JID')
-rw-r--r-- | Swiften/JID/JID.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/JID/JID.h b/Swiften/JID/JID.h index 876daa0..756db98 100644 --- a/Swiften/JID/JID.h +++ b/Swiften/JID/JID.h @@ -7,7 +7,8 @@ #pragma once #include <string> -#include <iosfwd> +//#include <iosfwd> +#include <iostream> namespace Swift { /** |