X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e4b997673524e38f2df8f9aa6c478098b5dd5ca..2ef44ad5631a1790f975e1e43d453bcc9f6c48f9:/src/mgl/timer.cpp diff --git a/src/mgl/timer.cpp b/src/mgl/timer.cpp index a1b0ad7972..5452e675d0 100644 --- a/src/mgl/timer.cpp +++ b/src/mgl/timer.cpp @@ -12,6 +12,13 @@ #pragma implementation "timer.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #include "wx/timer.h" #if wxUSE_TIMER