From 6fc796738d0f4c3622de361e746ed485db2879e9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 25 Nov 2016 15:15:09 +0000 Subject: Fix build with configure --enable-cairo --enable-cairoext. Add missing #include , see this report in fltk.general: https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12123 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Window.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index 66ec4ceca..278426000 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -20,6 +20,8 @@ // This is the system-independent portions. The huge amount of // crap you need to do to communicate with X is in Fl_x.cxx, the // equivalent (but totally different) crap for MSWindows is in Fl_win32.cxx + +#include #include #include #include -- cgit v1.2.3