X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2478fde622a16d25c66690af353dfdc37e7b582..b08c90ca63723536960122fc798f673af1faed13:/src/common/timercmn.cpp?ds=sidebyside diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 7371b1ffbf..ffcf0358a9 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -18,7 +18,7 @@ // wxWin headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "timerbase.h" #endif @@ -32,6 +32,7 @@ #if wxUSE_TIMER #ifndef WX_PRECOMP + #include "wx/timer.h" #endif // ----------------------------------------------------------------------------