From: Robert Roebling Date: Sat, 5 Feb 2005 14:18:55 +0000 (+0000) Subject: Forgot one. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/effc8cf18ba2a2952698956d19c0be0153511440 Forgot one. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/bmpbase.cpp b/src/common/bmpbase.cpp index bc718b14e6..d0433e483d 100644 --- a/src/common/bmpbase.cpp +++ b/src/common/bmpbase.cpp @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if defined(__WXMGL__) || defined(__WXMAC__) \ +#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXGTK__) \ || defined(__WXMOTIF__) || defined(__WXX11__) #include "wx/setup.h"