[Bf-blender-cvs] [51aa0ea58f2] blender-v2.83-release: Fx build error with MSBuild on Windows

Nikhil Shringarpurey noreply at git.blender.org
Fri May 1 22:04:24 CEST 2020


Commit: 51aa0ea58f246de76b0e9d414165a14b176ee4c7
Author: Nikhil Shringarpurey
Date:   Fri May 1 22:01:52 2020 +0200
Branches: blender-v2.83-release
https://developer.blender.org/rB51aa0ea58f246de76b0e9d414165a14b176ee4c7

Fx build error with MSBuild on Windows

Differential Revision: https://developer.blender.org/D7587

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

M	intern/ghost/intern/GHOST_WindowWin32.h

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

diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h
index 8c43eca0dc2..489d3032552 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.h
+++ b/intern/ghost/intern/GHOST_WindowWin32.h
@@ -35,6 +35,8 @@
 #  include "GHOST_ImeWin32.h"
 #endif
 
+#include <vector>
+
 #include <wintab.h>
 #define PACKETDATA (PK_BUTTONS | PK_NORMAL_PRESSURE | PK_ORIENTATION | PK_CURSOR)
 #define PACKETMODE PK_BUTTONS



More information about the Bf-blender-cvs mailing list