summaryrefslogtreecommitdiff
path: root/fluid/shell_command.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/shell_command.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/shell_command.h')
-rw-r--r--fluid/shell_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/shell_command.h b/fluid/shell_command.h
index f167d3c33..e5f8e3e87 100644
--- a/fluid/shell_command.h
+++ b/fluid/shell_command.h
@@ -19,11 +19,11 @@
#include "fluid.h"
-#include "../src/Fl_String.H"
#include <FL/Enumerations.H>
#include <stdio.h>
#include <stdlib.h>
+#include <string>
#if defined(_WIN32) && !defined(__CYGWIN__)
# include <direct.h>
# include <windows.h>