summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-09 20:15:04 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-09 20:15:04 +0000
commit7a0fe79f99ea90106b035047cb37148b4f3809fc (patch)
treeabeee19f9b4326e1e5b5545aa2b665ed6f8294ee /src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
parent4272f32b6b90c3238e4252d8588e1843504e4c7f (diff)
Fix MSWindows issues from last refactoring.
During the last refactoring on OS X, a few thing were relocated into new files, mainly to avoid ifdef's and use C++ inheritance in a driver system instead. This commit makes FLTK compile again under VC2013 with IDE files generated by CMake. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11141 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
index ba2dcda4f..07d9fbdba 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_font.cxx
@@ -36,6 +36,7 @@
#endif
// Select fonts from the FLTK font table.
+#include "Fl_GDI_Graphics_Driver.h"
#include "../../flstring.h"
#include <FL/Fl.H>
#include <FL/fl_draw.H>