]> git.mxchange.org Git - flightgear.git/commitdiff
Fix win32 fgpanel build
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 8 Oct 2011 11:41:32 +0000 (13:41 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 8 Oct 2011 11:41:32 +0000 (13:41 +0200)
utils/fgpanel/FGPanelApplication.cxx

index 74636c41cf544b1f6c7b2d7cb2eca0b230db1002..568d171b1fab7d49a243964cf4622c539a20a8a2 100644 (file)
@@ -22,6 +22,7 @@
 
 #ifdef HAVE_WINDOWS_H
 #include <windows.h>
+#include <direct.h>
 #endif
 
 #include "FGGLApplication.hxx"