diff --git a/src/gfx.c b/src/gfx.c index 83a214c543..d31cda585a 100644 --- a/src/gfx.c +++ b/src/gfx.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "addresses.h" #include "gfx.h" #include "rct2.h" @@ -2388,4 +2389,4 @@ void draw_string_right_underline(rct_drawpixelinfo *dpi, int format, void *args, gfx_fill_rect(dpi, x, y + 11, x + width, y + 11, text_palette[1]); if (text_palette[2] != 0) gfx_fill_rect(dpi, x + 1, y + 12, x + width + 1, y + 12, text_palette[2]); -} \ No newline at end of file +}