Need to include Fl_Export.H for FL_EXPORT definition.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2003-01-11 19:47:30 +00:00
parent 6e4cdc0978
commit c089f9b264

View File

@ -1,5 +1,5 @@
//
// "$Id: Fl_Image.H,v 1.5.2.3.2.17 2003/01/10 19:29:07 easysw Exp $"
// "$Id: Fl_Image.H,v 1.5.2.3.2.18 2003/01/11 19:47:30 easysw Exp $"
//
// Image header file for the Fast Light Tool Kit (FLTK).
//
@ -26,6 +26,8 @@
#ifndef Fl_Image_H
# define Fl_Image_H
# include "Fl_Export.H"
class Fl_Widget;
struct Fl_Menu_Item;
struct Fl_Label;
@ -104,5 +106,5 @@ class FL_EXPORT Fl_RGB_Image : public Fl_Image {
#endif // !Fl_Image_H
//
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.17 2003/01/10 19:29:07 easysw Exp $".
// End of "$Id: Fl_Image.H,v 1.5.2.3.2.18 2003/01/11 19:47:30 easysw Exp $".
//