Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/bsp/intern/BSP_CSGMeshSplitter.cpp')
-rwxr-xr-xintern/bsp/intern/BSP_CSGMeshSplitter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/bsp/intern/BSP_CSGMeshSplitter.cpp b/intern/bsp/intern/BSP_CSGMeshSplitter.cpp
index eac926085ef..ba3a3150dba 100755
--- a/intern/bsp/intern/BSP_CSGMeshSplitter.cpp
+++ b/intern/bsp/intern/BSP_CSGMeshSplitter.cpp
@@ -29,6 +29,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "BSP_CSGMeshSplitter.h"
#include "BSP_CSGMesh.h"