From 40531a9fda944fd68a694f143dd9db36d23c49c5 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sun, 12 Apr 2009 22:10:21 +0000 Subject: [PATCH] more PCH-less build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60118 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 dbc824ec4b..00766ccd98 100644 --- a/utils/execmon/execmon.cpp +++ b/utils/execmon/execmon.cpp @@ -35,6 +35,8 @@ #include "wx/sstream.h" #include "wx/utils.h" #include "wx/filename.h" +#include "wx/app.h" +#include "wx/log.h" // ============================================================================ // implementation