From d333c452323fbac57d547382df4c790dcb0ead0c Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Wed, 24 Jan 2007 03:11:56 +0000 Subject: [PATCH] oops: lets put an ifdef around the BBOX --- panda/src/text/dynamicTextFont.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/text/dynamicTextFont.cxx b/panda/src/text/dynamicTextFont.cxx index e531334310..389a54a2fc 100644 --- a/panda/src/text/dynamicTextFont.cxx +++ b/panda/src/text/dynamicTextFont.cxx @@ -22,7 +22,9 @@ #undef interface // I don't know where this symbol is defined, but it interferes with FreeType. #include FT_OUTLINE_H +#ifdef FT_BBOX_H #include FT_BBOX_H +#endif #ifdef FT_BITMAP_H #include FT_BITMAP_H #endif