]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/turn_indicator.cxx
James Turner:
[flightgear.git] / src / Instrumentation / turn_indicator.cxx
index c8d295fee8a312e783431904053f65ba2699fa89..973b4054aad99d6f46df5edf915ace15cf5f8536 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 "turn_indicator.hxx"