[Bf-blender-cvs] [517278da219] temp-remove-mingw: MinGW: Fix Missing include

Aaron Carlisle noreply at git.blender.org
Mon Apr 24 04:05:20 CEST 2017


Commit: 517278da219f2e994fdc7c05b6de6021ed4b8483
Author: Aaron Carlisle
Date:   Sun Apr 23 22:04:57 2017 -0400
Branches: temp-remove-mingw
https://developer.blender.org/rB517278da219f2e994fdc7c05b6de6021ed4b8483

MinGW: Fix Missing include

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

M	source/blender/imbuf/intern/IMB_anim.h

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

diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index 8ec393bcbf0..a565cd068a3 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -40,6 +40,7 @@
 #  include <mmsystem.h>
 #  include <memory.h>
 #  include <commdlg.h>
+#	 include <vfw.h>
 
 #  undef AVIIF_KEYFRAME // redefined in AVI_avi.h
 #  undef AVIIF_LIST // redefined in AVI_avi.h




More information about the Bf-blender-cvs mailing list