From 75acb075e89395cbd46ac7d8bba5a77c288cac66 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 2 Nov 2012 21:43:35 +0000 Subject: [PATCH] - fix compilation of freetype-gl font system --- source/shared_lib/sources/graphics/freetype-gl/texture-atlas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/shared_lib/sources/graphics/freetype-gl/texture-atlas.c b/source/shared_lib/sources/graphics/freetype-gl/texture-atlas.c index bc74318bf..2a0a4c226 100644 --- a/source/shared_lib/sources/graphics/freetype-gl/texture-atlas.c +++ b/source/shared_lib/sources/graphics/freetype-gl/texture-atlas.c @@ -42,6 +42,7 @@ #include #include #include +#include #include "texture-atlas.h" #define max(a,b) (a)>(b)?(a):(b)