diff options
Diffstat (limited to 'examples/clipboard.cxx')
| -rw-r--r-- | examples/clipboard.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 <FL/Fl_Button.H> #include <FL/Fl.H> #include <FL/fl_draw.H> +#ifdef WIN32 +#include <windows.h> +#endif // WIN32 /* Displays and follows the content of the clipboard with either image or text data */ |
