From 7ac3ebbfc7f118a72306f0e7b481b2bf90d220ea 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 { -- 2.39.5