Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Shringarpurey <Nikhil.Net>2020-05-01 23:01:52 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-01 23:03:26 +0300
commit51aa0ea58f246de76b0e9d414165a14b176ee4c7 (patch)
tree999c00bcec3010030f1154816bd367df51db510f /intern/ghost
parent98990f6ba439b496e8680d5043ebb18365b9e054 (diff)
Fx build error with MSBuild on Windows
Differential Revision: https://developer.blender.org/D7587
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h2
1 files changed, 2 insertions, 0 deletions
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