From 6d276aed27d06e7a8162e0c867ac59bc5200170b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 6 Aug 2018 15:17:39 +0000 Subject: Add missing FL_EXPORT statements. This fixes a regression causing 'fluid-shared' build to fail (only if configured with --enable-shared, obviously). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13006 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Image_Surface.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Image_Surface.cxx b/src/Fl_Image_Surface.cxx index fd24cd2cf..73956306d 100644 --- a/src/Fl_Image_Surface.cxx +++ b/src/Fl_Image_Surface.cxx @@ -18,6 +18,8 @@ #include +#include // necessary for FL_EXPORT fl_*_offscreen() + /** Constructor with optional high resolution. \param w and \param h set the size of the resulting image. The value of the \p high_res parameter controls whether \p w and \p h are interpreted as pixel or FLTK units. -- cgit v1.2.3