summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-07 01:15:57 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-07 01:15:57 +0100
commit6acda521ccaa448eeb26f81a2432da586bed9b30 (patch)
treec5cdcca4e341539a0165a74b59a916922ccccb40 /fluid/fluid.h
parent063ff67fcdd6976be214b6fb519d45c650d5498c (diff)
Removes the remaining references to Fl_String.
Still to do: rename fl_filename... to fl_filename..._str and introduce into core library.
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index e8730efb2..140231936 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -20,7 +20,8 @@
#include "fluid_filename.h"
#include <FL/Fl_Preferences.H>
#include <FL/Fl_Menu_Item.H>
-#include "../src/Fl_String.H"
+
+#include <string>
#define BROWSERWIDTH 300
#define BROWSERHEIGHT 500