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:
authorCampbell Barton <ideasman42@gmail.com>2019-01-26 15:08:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 15:08:11 +0300
commit04a5dbbd0960b409ec479131837432a70a9b902d (patch)
treea7d510fc7eb716d27a9a57919aae45e28b1a876a /source/blender/blenfont
parentf20dbc293fc9041a487544652f2d3baf1a4452c8 (diff)
Correct build error removing includes
Diffstat (limited to 'source/blender/blenfont')
-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;