diff options
| author | Greg Ercolano <erco@seriss.com> | 2025-04-05 14:53:24 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2025-04-05 14:53:24 -0700 |
| commit | 70a104131a8d1f24e3d1aff0eb25d9859d85e2ec (patch) | |
| tree | 7e0118d90045e84959195aa3130a7ba1183ab518 /fluid/widgets | |
| parent | 61f132845ba66462435cd8247d87d45e76ff32c9 (diff) | |
Solve Mac 10.10.5 fluid build errors (#1245)
Diffstat (limited to 'fluid/widgets')
| -rw-r--r-- | fluid/widgets/Code_Editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/widgets/Code_Editor.cxx b/fluid/widgets/Code_Editor.cxx index b4379c845..216ffab8f 100644 --- a/fluid/widgets/Code_Editor.cxx +++ b/fluid/widgets/Code_Editor.cxx @@ -20,6 +20,7 @@ // Include necessary headers... // +#include <stdlib.h> #include "widgets/Code_Editor.h" using namespace fld; |
