From 928309d3d1a19bee742e5e909453112b9ac2ff65 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 17 Nov 2002 00:42:50 +0000 Subject: [PATCH] Cygwin patch from Patrick Staehlin: To compile the development CVS version of FlightGear(0.9.0) i had to apply some small changes to SimGear and FlightGear. The changes need probably some additional ifdefs for other platforms but since my linux-hd crashed i can't verify that. --- src/Model/panelnode.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Model/panelnode.cxx b/src/Model/panelnode.cxx index ee6c9a0c6..eebacdb2d 100644 --- a/src/Model/panelnode.cxx +++ b/src/Model/panelnode.cxx @@ -2,6 +2,7 @@ # include #endif +#include #include #include