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 'source/gameengine/GamePlayer/common/windows/GPW_Engine.h')
-rw-r--r--source/gameengine/GamePlayer/common/windows/GPW_Engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/common/windows/GPW_Engine.h b/source/gameengine/GamePlayer/common/windows/GPW_Engine.h
index d12b7cddda0..ae1bfc70418 100644
--- a/source/gameengine/GamePlayer/common/windows/GPW_Engine.h
+++ b/source/gameengine/GamePlayer/common/windows/GPW_Engine.h
@@ -33,9 +33,11 @@
#ifndef __GPW_ENGINE_H
#define __GPW_ENGINE_H
-
#include "GPC_Engine.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
class GPW_Engine : public GPC_Engine
{