X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a12698abb72c090dba6907506781ae979b0ef606..e77cba1a9c2085b15789bbdc3d38697c4670d2a7:/src/common/selectdispatcher.cpp?ds=inline diff --git a/src/common/selectdispatcher.cpp b/src/common/selectdispatcher.cpp index 1365319347..1d3a1d600a 100644 --- a/src/common/selectdispatcher.cpp +++ b/src/common/selectdispatcher.cpp @@ -19,6 +19,10 @@ // for compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifdef __BORLANDC__ + #pragma hdrstop +#endif + #if wxUSE_SELECT_DISPATCHER #include "wx/private/selectdispatcher.h"