X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/094637f6d69918150d3dfdb199ad7c92e3189f78..8506d95db494b020068bf2a7a69763b0f2b661b5:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 77e62a20a9..06ec920cc3 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -31,6 +31,18 @@ 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 // ----------------------------------------------------------------------------