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/render/intern/include/pixelblending_types.h')
-rw-r--r--source/blender/render/intern/include/pixelblending_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/render/intern/include/pixelblending_types.h b/source/blender/render/intern/include/pixelblending_types.h
index 71e2baa994c..18cd1e0bd70 100644
--- a/source/blender/render/intern/include/pixelblending_types.h
+++ b/source/blender/render/intern/include/pixelblending_types.h
@@ -36,6 +36,10 @@
#ifndef PIXELBLENDING_TYPES_H
#define PIXELBLENDING_TYPES_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* #include "blender.h" */
/* Threshold for a 'full' pixel: pixels with alpha above this level are */