From ba08eee096652af83ca6365ec0a8b290d18684ed Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 13 Apr 2020 14:40:08 +0100 Subject: [PATCH] Hopefully fix MSVC205 build Tested 2017 which works fine, but 2015 seems unhappy, hopefully this fixes it. --- src/Airports/groundnetwork.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Airports/groundnetwork.cxx b/src/Airports/groundnetwork.cxx index 498b18a5b..f97496b7c 100644 --- a/src/Airports/groundnetwork.cxx +++ b/src/Airports/groundnetwork.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include