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/include/BDR_vpaint.h')
-rw-r--r--source/blender/include/BDR_vpaint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BDR_vpaint.h b/source/blender/include/BDR_vpaint.h
index 36189b3e367..6f1eb866ae2 100644
--- a/source/blender/include/BDR_vpaint.h
+++ b/source/blender/include/BDR_vpaint.h
@@ -33,6 +33,10 @@
#ifndef BDR_VPAINT_H
#define BDR_VPAINT_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct Mesh;
struct MDeformVert; /* __NLA */
unsigned int vpaint_get_current_col(void);