summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-12-27 13:54:52 +0000
committerManolo Gouy <Manolo>2017-12-27 13:54:52 +0000
commitd13bb6b40faff7eed8999a754723ebecd17f71d5 (patch)
treef359c577705bbf54180c5e2731ddcb49af190cef /src/drivers
parent7abda5a59b8bccd59138ea49e5866041cc482b8a (diff)
GUI rescaling under MacOS: fix Fl_Cocoa_Screen_Driver::read_image() - continued
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12610 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
index f03d399af..1d0ae53d8 100644
--- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
+++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx
@@ -26,6 +26,7 @@
#include <FL/Fl_Graphics_Driver.H>
#include <FL/Fl_Input.H>
#include <FL/fl_ask.H>
+#include <FL/Fl_Image_Surface.H>
#include <stdio.h>