From 5953e69de04e4cf2a3d05af2e31eed79cbbbe902 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 23 Oct 2002 12:23:40 +0000 Subject: Include "flstring.h" before the FLTK headers, so that bool is defined as needed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2686 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Text_Editor.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Fl_Text_Editor.cxx') diff --git a/src/Fl_Text_Editor.cxx b/src/Fl_Text_Editor.cxx index b6bf53a10..f7fd55b8a 100644 --- a/src/Fl_Text_Editor.cxx +++ b/src/Fl_Text_Editor.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Text_Editor.cxx,v 1.9.2.7 2002/08/09 03:17:30 easysw Exp $" +// "$Id: Fl_Text_Editor.cxx,v 1.9.2.8 2002/10/23 12:23:40 easysw Exp $" // // Copyright 2001-2002 by Bill Spitzak and others. // Original code Copyright Mark Edel. Permission to distribute under @@ -23,12 +23,12 @@ // Please report all bugs and problems to "fltk-bugs@fltk.org". // - -#include -#include +#include #include #include "flstring.h" #include +#include +#include Fl_Text_Editor::Fl_Text_Editor(int X, int Y, int W, int H, const char* l) @@ -439,5 +439,5 @@ int Fl_Text_Editor::handle(int event) { } // -// End of "$Id: Fl_Text_Editor.cxx,v 1.9.2.7 2002/08/09 03:17:30 easysw Exp $". +// End of "$Id: Fl_Text_Editor.cxx,v 1.9.2.8 2002/10/23 12:23:40 easysw Exp $". // -- cgit v1.2.3