From b5dace5f0816f9bf8c078e5f7e50111b4a249ee4 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Mon, 2 May 2016 20:46:42 +0200 Subject: [PATCH] Fix Windows build (hopefully) --- simgear/io/DNSClient.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/io/DNSClient.cxx b/simgear/io/DNSClient.cxx index 2c58edd5..8681e900 100644 --- a/simgear/io/DNSClient.cxx +++ b/simgear/io/DNSClient.cxx @@ -23,6 +23,7 @@ #include "DNSClient.hxx" #include "udns.h" +#include #include namespace simgear {