diff --git a/source/blender/include/BIF_editfont.h b/source/blender/include/BIF_editfont.h index e4401eb66a2..f8bb708bccd 100644 --- a/source/blender/include/BIF_editfont.h +++ b/source/blender/include/BIF_editfont.h @@ -28,11 +28,12 @@ */ #include -#include #ifndef BIF_EDITFONT_H #define BIF_EDITFONT_H +#include "BLO_sys_types.h" + struct Text; extern char *BIF_lorem;