diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-12-21 19:20:09 (GMT) |
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-12-21 19:20:09 (GMT) |
| commit | 78b972a775dc981c087fc6a72ee043102c5fd283 (patch) | |
| tree | 642352efe897643bf636fa1319bd0afaa3302bee | |
| parent | 3f7f5cca368cb19315210c3e6b6a77deb690fcf5 (diff) | |
| download | swift-78b972a775dc981c087fc6a72ee043102c5fd283.zip swift-78b972a775dc981c087fc6a72ee043102c5fd283.tar.bz2 | |
Fixed compilation on Windows.
| -rw-r--r-- | Swiften/Network/PlatformDomainNameServiceQuery.cpp | 2 |
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" |
Swift