]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
*** empty log message ***
[wxWidgets.git] / include / wx / app.h
index 77e62a20a99815e75ce49701e0e13e63826929ca..06ec920cc31bc8f99598f39f80e453fc5570874c 100644 (file)
     typedef wxObject* (*wxAppInitializerFunction)();
 #endif
 
+// ----------------------------------------------------------------------------
+// headers we have to include here
+// ----------------------------------------------------------------------------
+
+#include "wx/event.h"       // for the base class
+
+#include "wx/window.h"      // for wxTopLevelWindows
+
+#if wxUSE_LOG
+    #include "wx/log.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------