From 7a7e50df6ee3b9ab658cf165fd199f6214f4983d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 4 Dec 2021 15:34:41 +0100 Subject: Rename FL/Fl_String.H to FL/Fl_String_class.H The previous name existed already with different case (fl_string.h) in the FL folder which broke the build on macOS and Windows. This may be a temporary fix - until I find a better way. --- src/Fl_String.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_String.cxx') diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index c4417523c..f0aa4f405 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -#include +#include #include #include -- cgit v1.2.3