Commit: 8022fc322068687b7f8c2bcd7e65acf679912554
Author: Bastien Montagne
Date:   Sun Mar 15 16:11:35 2020 +0100
Branches: master
https://developer.blender.org/rB8022fc322068687b7f8c2bcd7e65acf679912554

Fix Blender building after recent 'cleanup'.

Caused by rB4be4c0667155. Please ensure at least affected code does
still build...

===================================================================

M       source/blender/io/avi/intern/avi_rgb.c

===================================================================

diff --git a/source/blender/io/avi/intern/avi_rgb.c 
b/source/blender/io/avi/intern/avi_rgb.c
index 51aa9a6280b..6f4f33d72d1 100644
--- a/source/blender/io/avi/intern/avi_rgb.c
+++ b/source/blender/io/avi/intern/avi_rgb.c
@@ -33,6 +33,8 @@
 
 #include "IMB_imbuf.h"
 
+#include "BLI_utildefines.h"
+
 /* implementation */
 
 void *avi_converter_from_avi_rgb(AviMovie *movie, int stream, unsigned char 
*buffer, size_t *size)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to