X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d572bb7513361b8f761e66e2559774bad7a62b02..b0ee47ff76c278c053ac2ad36bb3129b0fcd050f:/utils/hhp2cached/hhp2cached.cpp

diff --git a/utils/hhp2cached/hhp2cached.cpp b/utils/hhp2cached/hhp2cached.cpp
index 4c6f30c52c..471fa04eea 100644
--- a/utils/hhp2cached/hhp2cached.cpp
+++ b/utils/hhp2cached/hhp2cached.cpp
@@ -6,8 +6,17 @@
 
 */
 
+// For compilers that support precompilation, includes "wx/wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+#include "wx/wx.h"
+#endif
 
-#include <wx/wx.h>
 #include <wx/html/helpdata.h>