]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/mod_hline.cpp
fixed refresh bug in wxHtmlWindow
[wxWidgets.git] / src / html / mod_hline.cpp
index c79c3ad13e178e1777bc850a1059260f555e378d..b8af76bdbe5f16d92c196815792238f89210dc49 100644 (file)
@@ -6,9 +6,24 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include <wx/wxprec.h>
+
 
 #include "wx/defs.h"
 #if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include <wx/wx.h>
+#endif
+
+
 
 #include <wx/html/forcelink.h>
 #include <wx/html/mod_templ.h>