diff --git a/source/blender/blenlib/BLI_compiler_compat.h b/source/blender/blenlib/BLI_compiler_compat.h index eb9887f015b..10c0752c9a7 100644 --- a/source/blender/blenlib/BLI_compiler_compat.h +++ b/source/blender/blenlib/BLI_compiler_compat.h @@ -34,7 +34,7 @@ /* alloca is defined here for MinGW32 */ #ifdef __MINGW32__ -#include +# include #endif #endif /* __BLI_COMPILER_COMPAT_H__ */