X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..65ccd2b82604a60a387b4562e6886c7b5471ca03:/include/wx/html/htmlcell.h diff --git a/include/wx/html/htmlcell.h b/include/wx/html/htmlcell.h index 23293c93b0..87a3e040d7 100644 --- a/include/wx/html/htmlcell.h +++ b/include/wx/html/htmlcell.h @@ -12,16 +12,16 @@ #define __HTMLCELL_H__ #ifdef __GNUG__ -#pragma interface +#pragma interface "htmlcell.h" #endif #include "wx/defs.h" -#if wxUSE_HTML +#if wxUSE_HTML -#include -#include -#include +#include "wx/html/htmltag.h" +#include "wx/html/htmldefs.h" +#include "wx/window.h" class wxHtmlCell; class wxHtmlContainerCell;