From fb00fb3d66d01613a1284090608db82424d83b0d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 2 Feb 2023 17:00:28 +0100 Subject: Minimize and fix include statements of Fl_Int_Vector - replace with in public header - add missing in implementation --- src/Fl_Int_Vector.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 #include +#include /** Make a copy of another array. -- cgit v1.2.3