diff --git a/src/gfx.cpp b/src/gfx.cpp index 9b613ceef8..97ac74d2f4 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -242,8 +242,8 @@ void DrawBox(int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3) #if !defined(WITH_ICU) static void HandleBiDiAndArabicShapes(char *text, const char *lastof) {} #else -#include "unicode/ubidi.h" -#include "unicode/ushape.h" +#include +#include /** * Function to be able to handle right-to-left text and Arabic chars properly.