]> git.mxchange.org Git - flightgear.git/commitdiff
Add a refference to sprintf
authorehofman <ehofman>
Thu, 27 Nov 2003 13:44:20 +0000 (13:44 +0000)
committerehofman <ehofman>
Thu, 27 Nov 2003 13:44:20 +0000 (13:44 +0000)
src/FDM/YASim/Rotor.cpp

index a9f2219ead0b2a56ceca7b2b6a75d6584658080c..9c7ccd76279c7946932bcae35dba19811e1153ae 100644 (file)
@@ -12,6 +12,8 @@
 SG_USING_STD(setprecision);
 
 //#include <string.h>
+#include <stdio.h>
+
 namespace yasim {
 
 const float pi=3.14159;