]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/vertical_speed_indicator.cxx
ADF: code clean-up/documentation
[flightgear.git] / src / Instrumentation / vertical_speed_indicator.cxx
index e062db010087e8f3a646a5282c750a99d0999967..f5991265107fded22a674b2a4bf5e6dc06ea4621 100644 (file)
@@ -3,12 +3,17 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/math/interpolater.hxx>
 
 #include "vertical_speed_indicator.hxx"
 #include <Main/fg_props.hxx>
 #include <Main/util.hxx>
 
+using std::string;
 
 VerticalSpeedIndicator::VerticalSpeedIndicator ( SGPropertyNode *node )
     : _internal_pressure_inhg(29.92),