X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/094637f6d69918150d3dfdb199ad7c92e3189f78..d4c241b9e6b05a6a2ca5b701d25792994a52c023:/include/wx/app.h?ds=sidebyside 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 // ----------------------------------------------------------------------------