Browse Source

oops: lets put an ifdef around the BBOX

Asad M. Zaman 19 years ago
parent
commit
d333c45232
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/text/dynamicTextFont.cxx

+ 2 - 0
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