From f8f04cb04c9289fb8de5d3ec5a8a62ed7b559946 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Dec 2013 09:36:02 +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