forked from bartvdbraak/blender
Add #ifdef INTERNATIONAL around #include, potentially fixes compilation
This commit is contained in:
parent
bf0ef10179
commit
4074832f90
@ -83,7 +83,9 @@
|
|||||||
|
|
||||||
#include "BSE_view.h"
|
#include "BSE_view.h"
|
||||||
|
|
||||||
|
#ifdef INTERNATIONAL
|
||||||
#include "FTF_Api.h"
|
#include "FTF_Api.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "mydevice.h"
|
#include "mydevice.h"
|
||||||
#include "interface.h"
|
#include "interface.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user