diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:31:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:31:59 +0000 |
| commit | 034a4f3f2a15302b1a1ea3df6033cbffdc7b7418 (patch) | |
| tree | e0dfd3e7439726cd4e1125321b28fade6e013230 /src/fl_color.cxx | |
| parent | 6694780c2d02d645f053fd60864c9ff035296a64 (diff) | |
Made GDI compilation work again
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11059 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_color.cxx')
| -rw-r--r-- | src/fl_color.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx index 887ae8a27..c4ab6e869 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -23,6 +23,7 @@ // Implementation of fl_color(i), fl_color(r,g,b). +#include <FL/Fl_Device.H> #include <config.h> #include "config_lib.h" |
