summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Int_Vector.H4
-rw-r--r--src/Fl_Int_Vector.cxx1
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 <FL/Fl.H>
+#include <FL/Fl_Export.H>
/** \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 <FL/Fl_Int_Vector.H>
#include <stdlib.h>
+#include <string.h>
/**
Make a copy of another array.