summaryrefslogtreecommitdiff
path: root/src/fl_scroll_area.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-12 00:45:25 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-12 00:45:25 +0100
commitc7dc112d2ea49b652eab5818a5b7934587f0c9d9 (patch)
tree15e4a862b61c75403921c0e38536ec5b056daf79 /src/fl_scroll_area.cxx
parent67bd27a2be7a02a6989fc10270ce07b92ea9cb77 (diff)
Fix missing export of fl_scroll() (issue #186)
Diffstat (limited to 'src/fl_scroll_area.cxx')
-rw-r--r--src/fl_scroll_area.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx
index e9fe9c1df..7574fa669 100644
--- a/src/fl_scroll_area.cxx
+++ b/src/fl_scroll_area.cxx
@@ -1,7 +1,7 @@
//
// Scrolling routines for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2016 by Bill Spitzak and others.
+// Copyright 1998-2021 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
@@ -19,6 +19,7 @@
// into the drawing area.
#include "Fl_Window_Driver.H"
+#include <FL/fl_draw.H>
// scroll a rectangle and redraw the newly exposed portions:
/**