Skip to content

Commit

Permalink
Need to include Fl_Export.H for FL_EXPORT definition.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jan 11, 2003
1 parent 6e4cdc0 commit c089f9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions FL/Fl_Image.H
@@ -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).
//
Expand All @@ -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;
Expand Down Expand Up @@ -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 $".
//

0 comments on commit c089f9b

Please sign in to comment.