From c59f2a074981d675e1dd2ffd79635efd05efc3c6 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 31 Jan 2018 13:10:34 +0000 Subject: [PATCH] Fix Windows _wutime compilation --- simgear/misc/sg_path.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/misc/sg_path.cxx b/simgear/misc/sg_path.cxx index 5260be83..bbb6a894 100644 --- a/simgear/misc/sg_path.cxx +++ b/simgear/misc/sg_path.cxx @@ -42,6 +42,7 @@ #if defined(SG_WINDOWS) # include +# include #endif #include "sg_path.hxx"