From bd722a5d30bd98006db8320f7159f08239960c3f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 6 Mar 2000 14:45:54 +0000 Subject: [PATCH] Fix from Assar Westerlund - missing include. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1029 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Widget_Type.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 128b2ca6f..bc1a985f6 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Widget_Type.cxx,v 1.15.2.9 2000/02/05 09:20:46 bill Exp $" +// "$Id: Fl_Widget_Type.cxx,v 1.15.2.10 2000/03/06 14:45:54 mike Exp $" // // Widget type code for the Fast Light Tool Kit (FLTK). // @@ -25,6 +25,7 @@ #include #include +#include #include "Fl_Widget_Type.h" #include #include @@ -1746,5 +1747,5 @@ int Fl_Widget_Type::read_fdesign(const char* name, const char* value) { } // -// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.9 2000/02/05 09:20:46 bill Exp $". +// End of "$Id: Fl_Widget_Type.cxx,v 1.15.2.10 2000/03/06 14:45:54 mike Exp $". //