Fix build without precompiled headers

This commit is contained in:
Maarten Bent
2018-11-26 23:48:08 +01:00
parent 3bab07edcf
commit 2f78849d24
3 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "wx/html/htmltag.h"
#include "wx/html/htmldefs.h"
#include "wx/window.h"
#include "wx/brush.h"
class WXDLLIMPEXP_FWD_HTML wxHtmlWindowInterface;

View File

@@ -15,6 +15,7 @@
#if wxUSE_HTML && wxUSE_STREAMS
#ifndef WX_PRECOMP
#include "wx/brush.h"
#endif
#include "wx/html/forcelnk.h"

View File

@@ -27,7 +27,7 @@
#ifdef __WINDOWS__
#include "wx/msw/registry.h"
#include <shlobj.h>
#include "wx/msw/wrapshl.h"
#include "wx/msw/ole/oleutils.h"
#include "wx/msw/private/comptr.h"
#endif // __WINDOWS__