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"