From b9a19f1ea702446cb176d3f621de331d5c2cc9da Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 11:16:17 +0000 Subject: Did all of the .h's in source (adding) #ifdef HAVE_CONFIG_H #include #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu --- source/gameengine/Physics/Sumo/SumoPhysicsController.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/gameengine/Physics/Sumo/SumoPhysicsController.h') diff --git a/source/gameengine/Physics/Sumo/SumoPhysicsController.h b/source/gameengine/Physics/Sumo/SumoPhysicsController.h index 5b15385cf55..11bc0d581c4 100644 --- a/source/gameengine/Physics/Sumo/SumoPhysicsController.h +++ b/source/gameengine/Physics/Sumo/SumoPhysicsController.h @@ -32,11 +32,13 @@ #ifndef __SUMO_PHYSICSCONTROLLER_H #define __SUMO_PHYSICSCONTROLLER_H - #include "PHY_IPhysicsController.h" #include "SM_Scene.h" #include "SM_Callback.h" +#ifdef HAVE_CONFIG_H +#include +#endif /** Sumo Physics Controller, a special kind of a PhysicsController. -- cgit v1.2.3