From 88f70d8c0e7252a035da884f9123f373ba4fe3db Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 18 Oct 2012 18:35:15 +0000 Subject: [PATCH] non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/textmeasure.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/generic/textmeasure.cpp b/src/generic/textmeasure.cpp index 788e1f66e5..11103a93b5 100644 --- a/src/generic/textmeasure.cpp +++ b/src/generic/textmeasure.cpp @@ -23,6 +23,11 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/dc.h" +#endif //WX_PRECOMP + #include "wx/private/textmeasure.h" #if wxUSE_GENERIC_TEXTMEASURE -- 2.50.0