From 049e1ae23e4eaa1bc6e5400822f03c895c58f8dd Mon Sep 17 00:00:00 2001 From: jmt Date: Tue, 8 Sep 2009 16:03:48 +0000 Subject: [PATCH] Fix compilation - missing include of globals.hxx --- src/Sound/beacon.cxx | 1 + src/Sound/morse.cxx | 2 ++ 2 files changed, 3 insertions(+) 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" -- 2.39.5