summaryrefslogtreecommitdiff
path: root/src/Fl_Int_Vector.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-02 17:00:28 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-02 17:00:28 +0100
commitfb00fb3d66d01613a1284090608db82424d83b0d (patch)
treea375a660e68016b39af37fb44a3754eaffa3a54b /src/Fl_Int_Vector.cxx
parent16dff07994268bf3ab9de29afb410e205b41728c (diff)
Minimize and fix include statements of Fl_Int_Vector
- replace <FL/Fl.H> with <FL/Fl_Export.H> in public header - add missing <string.h> in implementation
Diffstat (limited to 'src/Fl_Int_Vector.cxx')
-rw-r--r--src/Fl_Int_Vector.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Int_Vector.cxx b/src/Fl_Int_Vector.cxx
index 256be4a87..455dd381d 100644
--- a/src/Fl_Int_Vector.cxx
+++ b/src/Fl_Int_Vector.cxx
@@ -17,6 +17,7 @@
#include <FL/Fl_Int_Vector.H>
#include <stdlib.h>
+#include <string.h>
/**
Make a copy of another array.