X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..3684ade82ec6f5fb7ff72341e26060b6ea0793c8:/include/wx/listbase.h?ds=sidebyside diff --git a/include/wx/listbase.h b/include/wx/listbase.h index 04f6efd971..294c8bb27c 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -12,13 +12,17 @@ #ifndef _WX_LISTBASE_H_BASE_ #define _WX_LISTBASE_H_BASE_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) // #pragma interface "listctrlbase.h" #endif #if wxUSE_LISTCTRL +#include "wx/colour.h" #include "wx/font.h" +#include "wx/gdicmn.h" + +#include "wx/event.h" // ---------------------------------------------------------------------------- // types