From 588e0d55b7b9614460d9f4f119face5a8571ffc2 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 10 Nov 2014 06:59:45 +0000 Subject: [PATCH] Correction for non-precomp compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/anybutton.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/univ/anybutton.cpp b/src/univ/anybutton.cpp index 15e11e44c1..cbce2d8b44 100644 --- a/src/univ/anybutton.cpp +++ b/src/univ/anybutton.cpp @@ -10,10 +10,15 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" + #ifdef __BORLANDC__ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/dcclient.h" +#endif + #include "wx/univ/renderer.h" #include "wx/univ/theme.h" #include "wx/univ/colschem.h"