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/blender/blenfont/intern/blf_font_i18n.c')
-rw-r--r--source/blender/blenfont/intern/blf_font_i18n.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf_font_i18n.c b/source/blender/blenfont/intern/blf_font_i18n.c
index c1762cf497f..bf67e64e2a5 100644
--- a/source/blender/blenfont/intern/blf_font_i18n.c
+++ b/source/blender/blenfont/intern/blf_font_i18n.c
@@ -43,6 +43,9 @@
#ifdef WITH_INTERNATIONAL
+#include "BLI_fileops.h"
+#include "BLI_string.h"
+
struct FontBuf {
const char *filename;
uchar *data;