From f2e1afc988219fa58915e45c146147960678ff22 Mon Sep 17 00:00:00 2001
From: Paul Cornett <paulcor@bullseye.com>
Date: Mon, 2 Oct 2006 17:35:16 +0000
Subject: [PATCH] build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/generic/dcpsg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.47.2