]> git.mxchange.org Git - flightgear.git/commitdiff
Fix MSVC compilation
authordaveluff <daveluff>
Tue, 8 Sep 2009 20:55:30 +0000 (20:55 +0000)
committerTim Moore <timoore@redhat.com>
Wed, 9 Sep 2009 06:56:32 +0000 (08:56 +0200)
src/Sound/beacon.cxx
src/Sound/morse.cxx

index 0ce8fb90cbdb3784e2991e4ccc5498abed215e93..41a99027190ee09cce0e51c6081979122715ed60 100644 (file)
@@ -24,6 +24,7 @@
 #include "beacon.hxx"
 
 #include <simgear/structure/exception.hxx>
+#include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 
 // constructor
index 2d21be642a77e513b51e0e57dfa3325567ec6d2a..754c98eb3be201903ebe809160cf1f65277a238b 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <simgear/constants.h>
 
+#include <Main/fg_props.hxx>
 #include <Main/globals.hxx>
 
 #include "morse.hxx"