From: ThorstenB Date: Sun, 22 Apr 2012 07:40:36 +0000 (+0200) Subject: Try to fix MSVC build. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17651be49434ba929df006bbb0ca7e47ca743da0;p=flightgear.git Try to fix MSVC build. MSVC wants to see the full "SGVec3" class spec, not just the fwd declaration provided by SGMathFwd.hxx. --- diff --git a/src/GUI/menubar.cxx b/src/GUI/menubar.cxx index 444795fd5..3c9d6e2d2 100644 --- a/src/GUI/menubar.cxx +++ b/src/GUI/menubar.cxx @@ -6,6 +6,7 @@ #include "menubar.hxx" #include
#include
+#include FGMenuBar::FGMenuBar() {