X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23318a5358be74727fb62854f623da84a4545bcd..f050bdbd5b69ed1a6752102f0c4c13bc7cb4ed3c:/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"