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/ftfont/intern')
-rw-r--r--source/blender/ftfont/intern/FTF_TTFont.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/ftfont/intern/FTF_TTFont.cpp b/source/blender/ftfont/intern/FTF_TTFont.cpp
index d930ed3d654..a253a7f23af 100644
--- a/source/blender/ftfont/intern/FTF_TTFont.cpp
+++ b/source/blender/ftfont/intern/FTF_TTFont.cpp
@@ -45,7 +45,10 @@
#include "FTF_TTFont.h"
+#ifdef __APPLE__
#include "BKE_utildefines.h"
+#endif
+
#include "BLI_blenlib.h"
#define DOMAIN_NAME "blender"