added missing include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-07-06 20:21:10 +00:00
parent 462622b27f
commit ba7499ef2f

View File

@@ -17,6 +17,7 @@
#endif #endif
#include "wx/string.h" #include "wx/string.h"
#include "wx/event.h"
class WXDLLEXPORT wxAcceleratorTable: public wxObject class WXDLLEXPORT wxAcceleratorTable: public wxObject
{ {