From 524ebcef0bd7db2c821414ae7296dd3bb5dfaf9c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 31 Mar 2016 21:48:15 +0000 Subject: Fix example programs after removal of some system #include's. This adds missing headers that were previously included in other FLTK header files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11492 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/clipboard.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/clipboard.cxx') diff --git a/examples/clipboard.cxx b/examples/clipboard.cxx index f72eaabf5..618a92e72 100644 --- a/examples/clipboard.cxx +++ b/examples/clipboard.cxx @@ -25,6 +25,9 @@ #include #include #include +#ifdef WIN32 +#include +#endif // WIN32 /* Displays and follows the content of the clipboard with either image or text data */ -- cgit v1.2.3