]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.cxx
- export font properties to the property tree again
[flightgear.git] / src / Airports / runways.cxx
index b5770fc829699b0abe45a186220c70556d1ee28f..c1b22452259df4cf70eeb705d176bbb1ea90f505 100644 (file)
@@ -25,8 +25,9 @@
 #  include <config.h>
 #endif
 
-#include <math.h>               // fabs()
-#include <stdio.h>              // sprintf()
+#include <cmath>               // fabs()
+#include <cstdio>              // sprintf()
+#include <cstdlib>             // atoi()
 
 #include <simgear/compiler.h>
 #include <simgear/debug/logstream.hxx>