]> git.mxchange.org Git - flightgear.git/commitdiff
Partability fix
authorehofman <ehofman>
Thu, 27 Nov 2003 10:24:05 +0000 (10:24 +0000)
committerehofman <ehofman>
Thu, 27 Nov 2003 10:24:05 +0000 (10:24 +0000)
src/FDM/YASim/Rotor.cpp

index 0d811d2f89d4855d7de9343b769bf6483e203377..a9f2219ead0b2a56ceca7b2b6a75d6584658080c 100644 (file)
@@ -5,8 +5,9 @@
 #include "Rotorpart.hpp"
 #include "Rotorblade.hpp"
 #include "Rotor.hpp"
-#include <iostream>
-#include <iomanip>
+
+#include STL_IOSTREAM
+#include STL_IOMANIP
 
 SG_USING_STD(setprecision);