X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3814912fca98735888716d49c7d8e127dd4459a5..741cca6b380ccacd162d1c662b6063021c8ee3ee:/utils/execmon/execmon.cpp diff --git a/utils/execmon/execmon.cpp b/utils/execmon/execmon.cpp index a0c7adf53a..00766ccd98 100644 --- a/utils/execmon/execmon.cpp +++ b/utils/execmon/execmon.cpp @@ -25,6 +25,8 @@ #endif #ifndef WX_PRECOMP + #include "wx/app.h" + #include "wx/log.h" #endif // WX_PRECOMP #include "wx/cmdline.h" @@ -33,6 +35,8 @@ #include "wx/sstream.h" #include "wx/utils.h" #include "wx/filename.h" +#include "wx/app.h" +#include "wx/log.h" // ============================================================================ // implementation