diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 15:00:44 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 15:00:44 +0100 |
| commit | 681363849c032df345b1d4177c98f52cbc5f82fe (patch) | |
| tree | e1acb88a37118a00b9774e8b23fa71797a8191dd /fluid | |
| parent | 032d3f5cf45a08ac35edf2cf6b2014730955ec2c (diff) | |
FLUID: Adds missing Include for MSWindows.
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/code.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx index c9590f178..8651ca868 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -16,6 +16,7 @@ #include "code.h" +#include "fluid.h" #include "Fl_Group_Type.h" #include "Fl_Window_Type.h" #include "Fl_Function_Type.h" |
