]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 6 Jul 2001 20:21:10 +0000 (20:21 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 6 Jul 2001 20:21:10 +0000 (20:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/accel.h

index 4e227ca2485db89eaee2914d9b391e467161ff9b..fd7d76e277247a9d41bebce9b02eae94b3915850 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/string.h"
+#include "wx/event.h"
 
 class WXDLLEXPORT wxAcceleratorTable: public wxObject
 {