summaryrefslogtreecommitdiff
path: root/FL
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 /FL
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 'FL')
-rw-r--r--FL/Fl_Int_Vector.H4
1 files changed, 2 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 <FL/Fl.H>
+#include <FL/Fl_Export.H>
/** \file FL/Fl_Int_Vector.H
An STL-ish vector implemented without templates.