diff -up cyphesis-0.5.21/physics/Collision.h.BAD cyphesis-0.5.21/physics/Collision.h --- cyphesis-0.5.21/physics/Collision.h.BAD 2010-09-14 14:28:53.171895013 -0400 +++ cyphesis-0.5.21/physics/Collision.h 2010-09-14 14:29:01.606895033 -0400 @@ -22,6 +22,7 @@ #include "physics/Vector3D.h" +#include #include #include diff -up cyphesis-0.5.21/common/Property_impl.h.BAD cyphesis-0.5.21/common/Property_impl.h --- cyphesis-0.5.21/common/Property_impl.h.BAD 2010-09-14 14:33:41.199894986 -0400 +++ cyphesis-0.5.21/common/Property_impl.h 2010-09-14 14:33:52.154894926 -0400 @@ -22,6 +22,7 @@ #include "Property.h" +#include #include /// \brief Constructor for immutable Propertys diff -up cyphesis-0.5.24/tests/Locationtest.cpp.BAD cyphesis-0.5.24/tests/Locationtest.cpp --- cyphesis-0.5.24/tests/Locationtest.cpp.BAD 2010-09-14 15:33:38.432545001 -0400 +++ cyphesis-0.5.24/tests/Locationtest.cpp 2010-09-14 15:33:51.377545001 -0400 @@ -24,6 +24,7 @@ #include "common/log.h" #include +#include #include #include diff -up cyphesis-0.5.24/tests/EntityPropertytest.cpp.BAD cyphesis-0.5.24/tests/EntityPropertytest.cpp --- cyphesis-0.5.24/tests/EntityPropertytest.cpp.BAD 2010-09-14 15:37:38.970545000 -0400 +++ cyphesis-0.5.24/tests/EntityPropertytest.cpp 2010-09-14 15:37:46.053545000 -0400 @@ -21,6 +21,7 @@ #include "rulesets/Entity.h" +#include #include #include