From 194142ed6fec5b7bc09e19b093db3e5d56f3ebc4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 10 Aug 2003 17:25:36 +0000 Subject: [PATCH] compilation fix for !USE_PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/rendcmn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/rendcmn.cpp b/src/common/rendcmn.cpp index b97c769e7f..2cedd7f4de 100644 --- a/src/common/rendcmn.cpp +++ b/src/common/rendcmn.cpp @@ -25,6 +25,8 @@ #ifndef WX_PRECOMP #include "wx/app.h" + #include "wx/log.h" + #include "wx/intl.h" #endif //WX_PRECOMP #include "wx/apptrait.h"