diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-04-25 18:28:56 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-04-25 18:28:56 +0000 |
| commit | b72e1d669909686d5871d8ea972d9c0870097b5a (patch) | |
| tree | e866a89650041b7ddfc7c007f1aa2b66f443bddc /src/fl_encoding_latin1.cxx | |
| parent | 0e750cdd6525739d5782266d361d590364348710 (diff) | |
STR 1252: fixed missing includes in 'encoding' additions
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5030 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_encoding_latin1.cxx')
| -rw-r--r-- | src/fl_encoding_latin1.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fl_encoding_latin1.cxx b/src/fl_encoding_latin1.cxx index a0115199d..d3c2c7f05 100644 --- a/src/fl_encoding_latin1.cxx +++ b/src/fl_encoding_latin1.cxx @@ -25,7 +25,8 @@ // http://www.fltk.org/str.php // -#include <FL/fl_draw.h> +#include <FL/fl_draw.H> +#include <FL/Enumerations.H> #include <stdlib.h> #include "flstring.h" |
