From ed4deeb0fbeec9c08458e66dee0c5a8cb0e53cad Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Dec 2013 09:35:57 +0000 Subject: [PATCH] From Mike Krus, compile fix to enable compiling across a wider set of versions. --- src/osgPlugins/freetype/FreeTypeFont.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/freetype/FreeTypeFont.cpp b/src/osgPlugins/freetype/FreeTypeFont.cpp index a6dcd7a80..8af1470d8 100644 --- a/src/osgPlugins/freetype/FreeTypeFont.cpp +++ b/src/osgPlugins/freetype/FreeTypeFont.cpp @@ -14,8 +14,10 @@ #include "FreeTypeFont.h" #include "FreeTypeLibrary.h" -#include -#include +#include +#include FT_FREETYPE_H +#include FT_OUTLINE_H +#include FT_BBOX_H #include #include