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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_IEvent.h b/intern/ghost/GHOST_IEvent.h
index fc7e563e1d8..0d9bfb2c4de 100644
--- a/intern/ghost/GHOST_IEvent.h
+++ b/intern/ghost/GHOST_IEvent.h
@@ -25,8 +25,8 @@
#ifndef __GHOST_IEVENT_H__
#define __GHOST_IEVENT_H__
-#include <stddef.h>
#include "GHOST_Types.h"
+#include <stddef.h>
class GHOST_IWindow;