]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 6 Aug 2001 22:38:53 +0000 (22:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 6 Aug 2001 22:38:53 +0000 (22:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlpars.h
src/html/htmltag.cpp

index e28657879fcfc788411d58beb2d2a885e8ec92b4..25d9c5991e175b64dc35b9603011ca1eb3d25d16 100644 (file)
@@ -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;
index 4e042c993f9df14aca155cfd476002e8ef2720fd..1632ed698741fa115bffacb5c58c608a2a48d4ed 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "wx/html/htmltag.h"
 #include "wx/html/htmlpars.h"
+#include "wx/colour.h"
 #include <stdio.h> // for vsscanf
 #include <stdarg.h>