X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/514982b2d838b45063e2b8462656ebc1aac6863e..37d0bfa8756716ac456879bd64c57ec27fe20be5:/src/mac/carbon/timer.cpp diff --git a/src/mac/carbon/timer.cpp b/src/mac/carbon/timer.cpp index 6830dd25cb..5fe0c8428e 100644 --- a/src/mac/carbon/timer.cpp +++ b/src/mac/carbon/timer.cpp @@ -9,10 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "timer.h" #endif +#include "wx/wxprec.h" + #include "wx/timer.h" #if !USE_SHARED_LIBRARY