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 "beacon.hxx"
|
||||||
|
|
||||||
#include <simgear/structure/exception.hxx>
|
#include <simgear/structure/exception.hxx>
|
||||||
|
#include <Main/globals.hxx>
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
FGBeacon::FGBeacon()
|
FGBeacon::FGBeacon()
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
#include <simgear/constants.h>
|
#include <simgear/constants.h>
|
||||||
|
|
||||||
|
#include <Main/globals.hxx>
|
||||||
|
|
||||||
#include "morse.hxx"
|
#include "morse.hxx"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue