diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-08 00:21:12 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-08 00:21:12 +0100 |
| commit | ff62ed249e843aa32207c058ad131d47e431fea9 (patch) | |
| tree | 481c572b2c8f635e96cdab7963f75d7cebd2d07a /fluid | |
| parent | 15ad447e2a0301b2aa4ea350615ae71f0e5e5ef5 (diff) | |
Fluid: one small fix.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/io/Code_Writer.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/io/Code_Writer.cxx b/fluid/io/Code_Writer.cxx index cbd6443e2..c88ebc147 100644 --- a/fluid/io/Code_Writer.cxx +++ b/fluid/io/Code_Writer.cxx @@ -20,6 +20,7 @@ #include "nodes/Fl_Window_Type.h" #include "nodes/Fl_Function_Type.h" +#include <FL/filename.H> #include "../src/flstring.h" #include <zlib.h> |
