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/intern/GHOST_EventPrinter.cpp')
-rw-r--r--intern/ghost/intern/GHOST_EventPrinter.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_EventPrinter.cpp b/intern/ghost/intern/GHOST_EventPrinter.cpp
index 16576357fbc..362b40fe504 100644
--- a/intern/ghost/intern/GHOST_EventPrinter.cpp
+++ b/intern/ghost/intern/GHOST_EventPrinter.cpp
@@ -38,12 +38,15 @@
*/
#include "GHOST_EventPrinter.h"
-
#include <iostream>
-
#include "GHOST_EventKey.h"
#include "GHOST_Debug.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
bool GHOST_EventPrinter::processEvent(GHOST_IEvent* event)
{
bool handled = true;