Fl_Help_View: Restoring bad includes for back compatibility
Build and Test / build-linux (push) Has been cancelled
Build and Test / build-wayland (push) Has been cancelled
Build and Test / build-macos (push) Has been cancelled
Build and Test / build-windows (push) Has been cancelled

This commit is contained in:
Matthias Melcher
2025-07-05 20:39:55 +02:00
parent e12c42a0cd
commit 2a1677802f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@
#include "Fl.H"
#include "Fl_Group.H"
#include "Fl_Scrollbar.H"
#include <FL/fl_draw.H> // this is no longer needed here, but external source code seems to rely on it
#include <FL/filename.H> // this is no longer needed here, but external source code seems to rely on it
//
// System and C++ header files
+1
View File
@@ -35,6 +35,7 @@
#include <FL/fl_draw.H> // fl_text_extents()
#include <FL/fl_string_functions.h> // fl_strdup()
#include <FL/fl_ask.H> // fl_message()
#include <FL/filename.H> // fl_filename_name
#include <stdlib.h> // malloc, free
class Ut_Main_Window *mainwin = NULL;