From 2a1677802fe68a9745e9ab6b2dcbeb515e50886c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 5 Jul 2025 20:39:55 +0200 Subject: Fl_Help_View: Restoring bad includes for back compatibility --- FL/Fl_Help_View.H | 2 ++ test/unittests.cxx | 1 + 2 files changed, 3 insertions(+) diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 68d04aa9e..e2ecdd095 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -26,6 +26,8 @@ #include "Fl.H" #include "Fl_Group.H" #include "Fl_Scrollbar.H" +#include // this is no longer needed here, but external source code seems to rely on it +#include // this is no longer needed here, but external source code seems to rely on it // // System and C++ header files diff --git a/test/unittests.cxx b/test/unittests.cxx index 6ffa24fb3..0e38022ff 100644 --- a/test/unittests.cxx +++ b/test/unittests.cxx @@ -35,6 +35,7 @@ #include // fl_text_extents() #include // fl_strdup() #include // fl_message() +#include // fl_filename_name #include // malloc, free class Ut_Main_Window *mainwin = NULL; -- cgit v1.2.3