]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imaglist.h
Export recently added wxRichTextXMLHelper to fix link errors.
[wxWidgets.git] / include / wx / imaglist.h
index f4468e216f9ca75abd133df219c19f4306059fbd..72255ac7105094db2791071cfd3aa0d9460c6008 100644 (file)
@@ -5,13 +5,14 @@
 // Modified by:
 // Created:
 // Copyright:   (c) Julian Smart
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_IMAGLIST_H_BASE_
 #define _WX_IMAGLIST_H_BASE_
 
+#include "wx/defs.h"
+
 /*
  * wxImageList is used for wxListCtrl, wxTreeCtrl. These controls refer to
  * images for their items by an index into an image list.
@@ -49,7 +50,7 @@ enum
 #elif defined(__WXMSW__)
     #include "wx/msw/imaglist.h"
 #elif defined(__WXMAC__)
-    #include "wx/mac/imaglist.h"
+    #include "wx/osx/imaglist.h"
 #endif
 
 #endif // _WX_IMAGLIST_H_BASE_