X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23318a5358be74727fb62854f623da84a4545bcd..08670ea85abf4b4946a9ce64971b591d7b1ee30b:/src/common/animatecmn.cpp diff --git a/src/common/animatecmn.cpp b/src/common/animatecmn.cpp index 4ba1483bac..2bee893970 100644 --- a/src/common/animatecmn.cpp +++ b/src/common/animatecmn.cpp @@ -17,6 +17,10 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #if wxUSE_ANIMATIONCTRL #include "wx/animate.h"