X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/913ff1a703de524daf079fc4ca72c2e77ee3c436..6811c2f3e3e8afc1872280dfd1464565a3ddb306:/src/generic/splash.cpp diff --git a/src/generic/splash.cpp b/src/generic/splash.cpp index 0b0b3c323f..d498bb4e55 100644 --- a/src/generic/splash.cpp +++ b/src/generic/splash.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "splash.h" #endif @@ -24,6 +24,7 @@ #ifndef WX_PRECOMP #include "wx/dcmemory.h" +#include "wx/dcclient.h" #endif #include "wx/splash.h"