Fix compilation - missing include of globals.hxx
This commit is contained in:
parent
6fa1b3dfd0
commit
049e1ae23e
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "beacon.hxx"
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
// constructor
|
||||
FGBeacon::FGBeacon()
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include <simgear/constants.h>
|
||||
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
#include "morse.hxx"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue