From fc1f212528a3ccfcb4d70729dd01f88d63e80997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 6 Aug 2001 22:38:53 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlpars.h | 2 ++ src/html/htmltag.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index e28657879f..25d9c5991e 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -20,6 +20,8 @@ #include "wx/html/htmltag.h" #include "wx/filesys.h" +#include "wx/hash.h" +#include "wx/fontenc.h" class WXDLLEXPORT wxMBConv; class WXDLLEXPORT wxHtmlParser; diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 4e042c993f..1632ed6987 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -26,6 +26,7 @@ #include "wx/html/htmltag.h" #include "wx/html/htmlpars.h" +#include "wx/colour.h" #include // for vsscanf #include -- 2.47.2