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 'source/blender/radiosity/extern')
-rw-r--r--source/blender/radiosity/extern/include/radio.h4
-rw-r--r--source/blender/radiosity/extern/include/radio_types.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/radiosity/extern/include/radio.h b/source/blender/radiosity/extern/include/radio.h
index 23190a02ec2..3c949055fdc 100644
--- a/source/blender/radiosity/extern/include/radio.h
+++ b/source/blender/radiosity/extern/include/radio.h
@@ -43,6 +43,10 @@
/* type include */
#include "radio_types.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
extern RadGlobal RG;
/* radfactors.c */
diff --git a/source/blender/radiosity/extern/include/radio_types.h b/source/blender/radiosity/extern/include/radio_types.h
index b485495e845..a0f9445355a 100644
--- a/source/blender/radiosity/extern/include/radio_types.h
+++ b/source/blender/radiosity/extern/include/radio_types.h
@@ -41,6 +41,10 @@
#include "DNA_listBase.h"
#include "DNA_material_types.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#define DTWIRE 0
#define DTGOUR 2
#define DTSOLID 1