From: Paul Cornett Date: Mon, 2 Oct 2006 17:35:16 +0000 (+0000) Subject: build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f2e1afc988219fa58915e45c146147960678ff22 build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 232dcccf81..ac6438b147 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -22,11 +22,11 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" - #include "wx/app.h" #include "wx/utils.h" #include "wx/dcmemory.h" #include "wx/math.h" #include "wx/image.h" + #include "wx/icon.h" #endif // WX_PRECOMP #include "wx/prntbase.h"