summaryrefslogtreecommitdiff
path: root/fluid/app/templates.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2025-04-05 14:53:24 -0700
committerGreg Ercolano <erco@seriss.com>2025-04-05 14:53:24 -0700
commit70a104131a8d1f24e3d1aff0eb25d9859d85e2ec (patch)
tree7e0118d90045e84959195aa3130a7ba1183ab518 /fluid/app/templates.cxx
parent61f132845ba66462435cd8247d87d45e76ff32c9 (diff)
Solve Mac 10.10.5 fluid build errors (#1245)
Diffstat (limited to 'fluid/app/templates.cxx')
-rw-r--r--fluid/app/templates.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/app/templates.cxx b/fluid/app/templates.cxx
index 802357ed2..6099cb41b 100644
--- a/fluid/app/templates.cxx
+++ b/fluid/app/templates.cxx
@@ -13,7 +13,7 @@
//
// https://www.fltk.org/bugs.php
//
-
+#include <errno.h> // strerror(errno)
#include "app/templates.h"
#include "Fluid.h"