From 83226b65b201a4497c223e56cda19c586f395d35 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 28 Sep 2009 09:40:20 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/gifdecod.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/gifdecod.cpp b/src/common/gifdecod.cpp index 478ddb93e1..043760d2b0 100644 --- a/src/common/gifdecod.cpp +++ b/src/common/gifdecod.cpp @@ -19,6 +19,8 @@ #ifndef WX_PRECOMP #include "wx/palette.h" + #include "wx/log.h" + #include "wx/intl.h" #endif #include