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/Project.cxx | |
| parent | 61f132845ba66462435cd8247d87d45e76ff32c9 (diff) | |
Solve Mac 10.10.5 fluid build errors (#1245)
Diffstat (limited to 'fluid/Project.cxx')
| -rw-r--r-- | fluid/Project.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Project.cxx b/fluid/Project.cxx index 9eb555299..c7c517a1d 100644 --- a/fluid/Project.cxx +++ b/fluid/Project.cxx @@ -14,6 +14,7 @@ // https://www.fltk.org/bugs.php // +#include <errno.h> // strerror(errno) #include "Project.h" #include "io/String_Writer.h" |
