summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-21 19:20:09 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-21 19:20:09 (GMT)
commit78b972a775dc981c087fc6a72ee043102c5fd283 (patch)
tree642352efe897643bf636fa1319bd0afaa3302bee /Swiften
parent3f7f5cca368cb19315210c3e6b6a77deb690fcf5 (diff)
downloadswift-78b972a775dc981c087fc6a72ee043102c5fd283.zip
swift-78b972a775dc981c087fc6a72ee043102c5fd283.tar.bz2
Fixed compilation on Windows.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Network/PlatformDomainNameServiceQuery.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Network/PlatformDomainNameServiceQuery.cpp b/Swiften/Network/PlatformDomainNameServiceQuery.cpp
index bdbb664..838b3cf 100644
--- a/Swiften/Network/PlatformDomainNameServiceQuery.cpp
+++ b/Swiften/Network/PlatformDomainNameServiceQuery.cpp
@@ -4,6 +4,8 @@
* See Documentation/Licenses/GPLv3.txt for more information.
*/
+#include <boost/asio.hpp>
+
#include "Swiften/Network/PlatformDomainNameServiceQuery.h"
#pragma GCC diagnostic ignored "-Wold-style-cast"