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/GPC_RawLogoArrays.h')
-rw-r--r--source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h b/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h
index 84598f7bfe8..cd3b3b72fe9 100644
--- a/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h
+++ b/source/gameengine/GamePlayer/common/GPC_RawLogoArrays.h
@@ -33,6 +33,9 @@
#ifndef __GPC_RAWLOGOARRAYS_H
#define __GPC_RAWLOGOARRAYS_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
void GetRawBlenderLogo(unsigned char **data, int *width, int *height);
void GetRawBlender3DLogo(unsigned char **data, int *width, int *height);