diff options
| -rw-r--r-- | FL/mac.H | 1 | ||||
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,6 @@ struct flCocoaRegion { }; // a region is the union of a series of rectangles # include <FL/Fl_Window.H> -#include "../src/drivers/Quartz/Fl_Font.H" #ifndef CGFLOAT_DEFINED //appears with 10.5 in CGBase.h #if defined(__LP64__) && __LP64__ diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx index eca6fb5d2..7147ba4d5 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx @@ -21,6 +21,7 @@ #include "Fl_Quartz_Graphics_Driver.h" #include "../Darwin/Fl_Darwin_System_Driver.H" +#include "Fl_Font.H" #include <math.h> #include <FL/Fl.H> #include <FL/x.H> |
