diff --git a/src/html/mod_list.cpp b/src/html/mod_list.cpp
index 4222d6bc02..1f3b49a4eb 100644
--- a/src/html/mod_list.cpp
+++ b/src/html/mod_list.cpp
@@ -5,10 +5,25 @@
// Copyright: (c) 1999 Vaclav Slavik
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include
+
#include "wx/defs.h"
#if wxUSE_HTML
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#include
+#endif
+
+
#include
#include