]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD_gauge.cxx
Quiet some log output.
[flightgear.git] / src / Instrumentation / HUD / HUD_gauge.cxx
index e60bca0e4469653469b75f1cd1d2f9be3951d3ea..b1fe5362f0ef86d99de28193721294b6c820e49e 100644 (file)
@@ -20,7 +20,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #include "HUD.hxx"
-
+#include "HUD_private.hxx"
 
 HUD::Gauge::Gauge(HUD *hud, const SGPropertyNode *n, float x, float y) :
     Scale(hud, n, x, y)