From: jmt Date: Tue, 8 Sep 2009 16:03:48 +0000 (+0000) Subject: Fix compilation - missing include of globals.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=049e1ae23e4eaa1bc6e5400822f03c895c58f8dd;p=flightgear.git Fix compilation - missing include of globals.hxx --- diff --git a/src/Sound/beacon.cxx b/src/Sound/beacon.cxx index ad938c0c6..0ce8fb90c 100644 --- a/src/Sound/beacon.cxx +++ b/src/Sound/beacon.cxx @@ -24,6 +24,7 @@ #include "beacon.hxx" #include +#include
// constructor FGBeacon::FGBeacon() diff --git a/src/Sound/morse.cxx b/src/Sound/morse.cxx index 92b671bca..2d21be642 100644 --- a/src/Sound/morse.cxx +++ b/src/Sound/morse.cxx @@ -23,6 +23,8 @@ #include +#include
+ #include "morse.hxx"