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:
authorBrecht Van Lommel <brecht@blender.org>2020-05-02 00:55:13 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-05-02 00:55:13 +0300
commit83304e4c221b646d38387930d21011995427a05a (patch)
treed555f30369771a44ea6c54d8f379c035eacfc5b3 /intern/ghost
parent7212dbd7be8d69f1fea5c918d820796641197417 (diff)
parentbba11c68c40480f525a23784ebca81d98e2ec6d2 (diff)
Merge branch 'blender-v2.83-release'
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 48c449b260c..dbed7c5ee5f 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