From 19c0043f74cb81d3dc32a8c58be3f51654ffddbc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Aug 2008 10:54:33 +0000 Subject: [PATCH] compilation fix for PCH-less build after last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/xpmdecod.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/xpmdecod.cpp b/src/common/xpmdecod.cpp index ae43e513fd..8d38a3132e 100644 --- a/src/common/xpmdecod.cpp +++ b/src/common/xpmdecod.cpp @@ -108,6 +108,7 @@ license is as follows: #include "wx/hashmap.h" #include "wx/stream.h" #include "wx/image.h" + #include "wx/palette.h" #endif #include -- 2.45.2