X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..884360bc11fe926bf91b23215bae719b562df91b:/include/wx/menuitem.h diff --git a/include/wx/menuitem.h b/include/wx/menuitem.h index 5de85d5e24..a36c0e8b86 100644 --- a/include/wx/menuitem.h +++ b/include/wx/menuitem.h @@ -12,10 +12,16 @@ #ifndef _MENUITEM_H #define _MENUITEM_H +#ifdef __GNUG__ +#pragma interface "menuitem.h" +#endif + // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- +#include "wx/setup.h" + // an exception to the general rule that a normal header doesn't include other // headers - only because ownerdrw.h is not always included and I don't want // to write #ifdef's everywhere...