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/bmfont/intern/BMF_FontData.h')
-rw-r--r--intern/bmfont/intern/BMF_FontData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/bmfont/intern/BMF_FontData.h b/intern/bmfont/intern/BMF_FontData.h
index 512bdf1a53d..0f4f92318dd 100644
--- a/intern/bmfont/intern/BMF_FontData.h
+++ b/intern/bmfont/intern/BMF_FontData.h
@@ -38,6 +38,10 @@
#ifndef __BMF_FONTDATA_H__
#define __BMF_FONTDATA_H__
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef struct {
signed char width, height;
signed char xorig, yorig;