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:
Diffstat (limited to 'intern/ghost/GHOST_IEvent.h')
-rw-r--r--intern/ghost/GHOST_IEvent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/GHOST_IEvent.h b/intern/ghost/GHOST_IEvent.h
index aac732a83b7..0c718261a59 100644
--- a/intern/ghost/GHOST_IEvent.h
+++ b/intern/ghost/GHOST_IEvent.h
@@ -34,6 +34,7 @@
#ifndef _GHOST_IEVENT_H_
#define _GHOST_IEVENT_H_
+#include <stddef.h>
#include "GHOST_Types.h"
#include "GHOST_IWindow.h"
#include "intern/GHOST_ModifierKeys.h"