diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:00:28 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-02-02 17:00:28 +0100 |
| commit | fb00fb3d66d01613a1284090608db82424d83b0d (patch) | |
| tree | a375a660e68016b39af37fb44a3754eaffa3a54b /src | |
| parent | 16dff07994268bf3ab9de29afb410e205b41728c (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')
| -rw-r--r-- | src/Fl_Int_Vector.cxx | 1 |
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. |
