Description: Work around change between wx 2.8.9 and 2.8.10
Origin: upstream
Author: Christopher Elsby <glarbex@glarbex.com>
--- a/src/app.h
+++ b/src/app.h
@@ -18,6 +18,7 @@
 #define CHIPW_APP_H_INCLUDED
 
 #include <wx/app.h>
+#include <wx/event.h>
 
 class wxDocManager;
 
