Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -30,10 +30,13 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
#include <Python.h>
|
||||
|
||||
#include "KX_ConstraintWrapper.h"
|
||||
#include "PHY_IPhysicsEnvironment.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_ConstraintWrapper::KX_ConstraintWrapper(
|
||||
PHY_ConstraintType ctype,
|
||||
int constraintId,
|
||||
|
Reference in New Issue
Block a user