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 --- FL/Fl_Int_Vector.H | 4 ++-- src/Fl_Int_Vector.cxx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Int_Vector.H b/FL/Fl_Int_Vector.H index 8fc0a23ad..d21e8668c 100644 --- a/FL/Fl_Int_Vector.H +++ b/FL/Fl_Int_Vector.H @@ -2,7 +2,7 @@ // An STL-ish vector without templates for the Fast Light Tool Kit (FLTK). // // Copyright 2002 by Greg Ercolano. -// Copyright 2022 by Bill Spitzak and others. +// Copyright 2022-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -18,7 +18,7 @@ #ifndef Fl_Int_Vector_H #define Fl_Int_Vector_H -#include +#include /** \file FL/Fl_Int_Vector.H An STL-ish vector implemented without templates. 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