From 4074832f9073be158f7e5624c20049d15f1c5516 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Mon, 19 Sep 2005 10:15:26 +0000 Subject: [PATCH] Add #ifdef INTERNATIONAL around #include, potentially fixes compilation --- source/blender/src/interface_draw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/src/interface_draw.c b/source/blender/src/interface_draw.c index cf47eab6f33..d4be70f8759 100644 --- a/source/blender/src/interface_draw.c +++ b/source/blender/src/interface_draw.c @@ -83,7 +83,9 @@ #include "BSE_view.h" +#ifdef INTERNATIONAL #include "FTF_Api.h" +#endif #include "mydevice.h" #include "interface.h"