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:
@@ -29,10 +29,13 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
||||
#include "KX_BlenderPolyMaterial.h"
|
||||
#include "BKE_mesh.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
KX_BlenderPolyMaterial::KX_BlenderPolyMaterial(const STR_String &texname,
|
||||
bool ba,
|
||||
const STR_String& matname,
|
||||
|
Reference in New Issue
Block a user