diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-29 21:19:10 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-29 21:19:10 +0100 |
| commit | 039ef2d322920aacc8c84c6a293f3e27f0c31cee (patch) | |
| tree | b0379c21998e3f407844c7a169b89a3eecc4bc2a | |
| parent | 70527b3bf0289add9cb4c3f8456368f946a5e386 (diff) | |
Fix include fiel list.
| -rw-r--r-- | FL/names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/names.h b/FL/names.h index 1d4c42a4c..8d07ef1b1 100644 --- a/FL/names.h +++ b/FL/names.h @@ -25,6 +25,7 @@ #define FL_NAMES_H #include <FL/Fl.H> // for event constants +#include <string> #include <map> /** \defgroup fl_events Events handling functions |
