1
0
Fork 0

Fix compilation - missing include of globals.hxx

This commit is contained in:
jmt 2009-09-08 16:03:48 +00:00 committed by Tim Moore
parent 6fa1b3dfd0
commit 049e1ae23e
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@
#include "beacon.hxx"
#include <simgear/structure/exception.hxx>
#include <Main/globals.hxx>
// constructor
FGBeacon::FGBeacon()

View file

@ -23,6 +23,8 @@
#include <simgear/constants.h>
#include <Main/globals.hxx>
#include "morse.hxx"