From: Gilles Depeyrot Date: Fri, 6 Jul 2001 20:21:10 +0000 (+0000) Subject: added missing include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba7499ef2fa8d10de42491d68945ce6c28575b12?ds=sidebyside added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/accel.h b/include/wx/mac/accel.h index 4e227ca248..fd7d76e277 100644 --- a/include/wx/mac/accel.h +++ b/include/wx/mac/accel.h @@ -17,6 +17,7 @@ #endif #include "wx/string.h" +#include "wx/event.h" class WXDLLEXPORT wxAcceleratorTable: public wxObject {