Yes I did it again ;)
added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include <config.h> #endif Kent -- mein@cs.umn.edu
This commit is contained in:
5
intern/bsp/extern/CSG_BooleanOps.h
vendored
5
intern/bsp/extern/CSG_BooleanOps.h
vendored
@@ -33,6 +33,11 @@
|
||||
|
||||
#define CSG_BOOLEANOPS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* @section Interface structures for CSG module.
|
||||
* This interface falls into 2 categories.
|
||||
|
Reference in New Issue
Block a user