From dbe31039f7ee6169d80386fd75a9f03316f8d261 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Apr 2009 18:42:58 +0000 Subject: [PATCH] blind PCH-less build fixes: add missing headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/execmon/execmon.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/execmon/execmon.cpp b/utils/execmon/execmon.cpp index a0c7adf53a..dbc824ec4b 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" -- 2.49.0