]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/heading_indicator.cxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / heading_indicator.cxx
index a7e96e5502763152a03dc19bc0154dd2bfa3bad4..b92d99086aec97227167c14920255273dce1d5ec 100644 (file)
@@ -4,8 +4,8 @@
 // This file is in the Public Domain and comes with no warranty.
 
 #include <simgear/compiler.h>
-#include STL_IOSTREAM
-#include STL_STRING
+#include <iostream>
+#include <string>
 #include <sstream>
 
 #include "heading_indicator.hxx"