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_Api.cpp')
-rw-r--r--intern/bmfont/intern/BMF_Api.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/bmfont/intern/BMF_Api.cpp b/intern/bmfont/intern/BMF_Api.cpp
index 08e54f13174..46776b08ba0 100644
--- a/intern/bmfont/intern/BMF_Api.cpp
+++ b/intern/bmfont/intern/BMF_Api.cpp
@@ -37,6 +37,10 @@
* Implementation of the API of the OpenGL bitmap font library.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "BMF_Api.h"
#include "BMF_BitmapFont.h"