From 7a0fe79f99ea90106b035047cb37148b4f3809fc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 9 Feb 2016 20:15:04 +0000 Subject: 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 --- src/Fl_GDI_Printer.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Fl_GDI_Printer.cxx') diff --git a/src/Fl_GDI_Printer.cxx b/src/Fl_GDI_Printer.cxx index 98a3a7be4..76bbd0ea2 100644 --- a/src/Fl_GDI_Printer.cxx +++ b/src/Fl_GDI_Printer.cxx @@ -17,6 +17,9 @@ // #ifdef WIN32 + +#include "drivers/GDI/Fl_GDI_Graphics_Driver.h" + #include -- cgit v1.2.3