Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include/Systems
In directory sc8-pr-cvs1:/tmp/cvs-serv29610
Modified Files:
AircraftSimpleFCS.h
Log Message:
no message
Index: AircraftSimpleFCS.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Systems/AircraftSimpleFCS.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AircraftSimpleFCS.h 20 Oct 2003 01:27:10 -0000 1.3
--- AircraftSimpleFCS.h 20 Dec 2003 18:17:15 -0000 1.4
***************
*** 27,33 ****
#define __AIRCRAFTSIMPLEFCS_H__
#include <System.h>
#include <Log.h>
-
--- 27,35 ----
#define __AIRCRAFTSIMPLEFCS_H__
+ #include <algorithm>
+ #include <cmath>
+
#include <System.h>
#include <Log.h>
|