]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD.cxx
Goodbye automake.
[flightgear.git] / src / Instrumentation / HUD / HUD.cxx
index 6d9e0bd90134185c74741fa934b19af6bc19f620..2f130ae9615166c4c05e2db00a3d3fc7b5920b85 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <simgear/constants.h>
 #include <simgear/misc/sg_path.hxx>
+#include <simgear/props/props_io.hxx>
 #include <osg/GLU>
 
 #include <Main/globals.hxx>
@@ -39,6 +40,8 @@
 
 #include "HUD.hxx"
 
+using std::endl;
+using std::ifstream;
 
 static float clamp(float f)
 {