diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-04 21:15:47 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-04 21:15:47 +0100 |
| commit | 72840ea2c12c41b36aff623b18f9c219ae085da3 (patch) | |
| tree | bc3321cb09159b6f267959fd7dd8c02896343691 /test | |
| parent | ad7d1dc1c64f47ccfaf84d03aeb31af29232e184 (diff) | |
Fix: Filechooser preview of XML file shows it as a corrupt image (#926)
Diffstat (limited to 'test')
| -rw-r--r-- | test/pixmap_browser.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pixmap_browser.cxx b/test/pixmap_browser.cxx index c76dcd99a..7e97b0b26 100644 --- a/test/pixmap_browser.cxx +++ b/test/pixmap_browser.cxx @@ -14,6 +14,7 @@ // https://www.fltk.org/bugs.php // +#include <config.h> #include <FL/platform.H> #include <FL/Fl.H> #include <FL/Fl_Box.H> |
