From: Frederic Bouvier Date: Sat, 8 Oct 2011 11:41:32 +0000 (+0200) Subject: Fix win32 fgpanel build X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c92bc96ff83fafc0038759db26c6bdc881f52fc6;p=flightgear.git Fix win32 fgpanel build --- diff --git a/utils/fgpanel/FGPanelApplication.cxx b/utils/fgpanel/FGPanelApplication.cxx index 74636c41c..568d171b1 100644 --- a/utils/fgpanel/FGPanelApplication.cxx +++ b/utils/fgpanel/FGPanelApplication.cxx @@ -22,6 +22,7 @@ #ifdef HAVE_WINDOWS_H #include +#include #endif #include "FGGLApplication.hxx"