From 96e2bd84932a826d09b7ed2201ba67a0a74f0b29 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 6 Mar 2020 16:45:06 +0100 Subject: Cleanup: Fix forward declaration of headers --- source/blender/makesdna/DNA_defaults.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_defaults.h') diff --git a/source/blender/makesdna/DNA_defaults.h b/source/blender/makesdna/DNA_defaults.h index 5b9297ce46a..c20ccc05637 100644 --- a/source/blender/makesdna/DNA_defaults.h +++ b/source/blender/makesdna/DNA_defaults.h @@ -27,6 +27,8 @@ #ifndef __DNA_DEFAULTS_H__ #define __DNA_DEFAULTS_H__ +#include "BLI_utildefines.h" + #include "dna_type_offsets.h" extern const void *DNA_default_table[SDNA_TYPE_MAX]; -- cgit v1.2.3