From: <mk...@us...> - 2003-02-02 21:40:29
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv6753 Modified Files: DynamicObject.cpp Log Message: Index: DynamicObject.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Source/DynamicObject.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DynamicObject.cpp 2 Feb 2003 21:37:51 -0000 1.4 --- DynamicObject.cpp 2 Feb 2003 21:40:26 -0000 1.5 *************** *** 27,30 **** --- 27,32 ---- #include <osgParticle/ParticleSystemUpdater> + #include <SimData/Quaternion.h> + #include "DynamicObject.h" #include "LogStream.h" |