summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 02:50:50 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 02:50:50 +0000
commit3a0dd9fe2342f500e28cb896b1ff29993606e606 (patch)
treecb40b4fc61cf1572ada8868d7ac8d16c1b0cfa9e
parentadd787dcf7bce6a63dabbe465ba06cd4b0fb4525 (diff)
Fix compile error.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2650 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Wizard.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_Wizard.cxx b/src/Fl_Wizard.cxx
index 1f14f25a5..c156bc6ca 100644
--- a/src/Fl_Wizard.cxx
+++ b/src/Fl_Wizard.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Wizard.cxx,v 1.1.2.3 2002/10/04 02:30:34 easysw Exp $"
+// "$Id: Fl_Wizard.cxx,v 1.1.2.4 2002/10/04 02:50:50 easysw Exp $"
//
// Fl_Wizard widget routines.
//
@@ -37,6 +37,7 @@
//
#include <FL/Fl_Wizard.H>
+#include <FL/Fl_Window.H>
#include <FL/fl_draw.H>
@@ -203,5 +204,5 @@ Fl_Wizard::value(Fl_Widget *kid)
//
-// End of "$Id: Fl_Wizard.cxx,v 1.1.2.3 2002/10/04 02:30:34 easysw Exp $".
+// End of "$Id: Fl_Wizard.cxx,v 1.1.2.4 2002/10/04 02:50:50 easysw Exp $".
//