summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid_filename.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid_filename.h b/fluid/fluid_filename.h
index 8a97f132c..2ac489ee6 100644
--- a/fluid/fluid_filename.h
+++ b/fluid/fluid_filename.h
@@ -39,7 +39,7 @@
# if defined(__cplusplus)
-class Fl_String;
+#include "../src/Fl_String.H"
Fl_String fl_filename_shortened(const Fl_String &filename, int maxchars);
Fl_String fl_filename_name(const Fl_String &filename);