From 5c1e50b128f7c6b3c6bfee74a9d625cbbd103277 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 6 Mar 2016 14:31:33 +0000 Subject: Fix include statements. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11298 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/GDI/Fl_GDI_Copy_Surface.cxx | 2 +- src/drivers/GDI/Fl_GDI_Image_Surface.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx index f8d13d747..aa8e93682 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -#include +#include "../../config_lib.h" #ifdef FL_CFG_GFX_GDI diff --git a/src/drivers/GDI/Fl_GDI_Image_Surface.cxx b/src/drivers/GDI/Fl_GDI_Image_Surface.cxx index f0ef17c69..3e3d1f55b 100644 --- a/src/drivers/GDI/Fl_GDI_Image_Surface.cxx +++ b/src/drivers/GDI/Fl_GDI_Image_Surface.cxx @@ -18,7 +18,7 @@ #include -#include +#include "../../config_lib.h" #ifdef FL_CFG_GFX_GDI -- cgit v1.2.3