From: Václav Slavík Date: Mon, 25 Feb 2008 15:35:28 +0000 (+0000) Subject: compilation fix for pch-less build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/30724d046d1e7a75365572ce95eeaec57db20f71 compilation fix for pch-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/statbmp.cpp b/src/msw/statbmp.cpp index 511fb26ff7..d504aeb2c6 100644 --- a/src/msw/statbmp.cpp +++ b/src/msw/statbmp.cpp @@ -31,6 +31,7 @@ #ifndef WX_PRECOMP #include "wx/window.h" #include "wx/icon.h" + #include "wx/dcclient.h" #endif #include "wx/msw/private.h"