From be720709febd0a99e5900e7a74b45d8e1212fadb Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 20 Nov 2010 14:20:35 +0100 Subject: [PATCH] Compile PropertyObject under Windows --- simgear/props/propertyObject.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/props/propertyObject.cxx b/simgear/props/propertyObject.cxx index 3eea0ac2..df3f81f9 100644 --- a/simgear/props/propertyObject.cxx +++ b/simgear/props/propertyObject.cxx @@ -21,6 +21,8 @@ #include "propertyObject.hxx" +#include + #include namespace simgear -- 2.39.5