]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for pch-less build
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Feb 2008 15:35:28 +0000 (15:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 25 Feb 2008 15:35:28 +0000 (15:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/statbmp.cpp

index 511fb26ff7125b554a300d882590edc2e679a49f..d504aeb2c6c958378e3c918394832bfdb19e084c 100644 (file)
@@ -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"