Fix build without precompiled headers
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include "wx/html/htmltag.h"
|
#include "wx/html/htmltag.h"
|
||||||
#include "wx/html/htmldefs.h"
|
#include "wx/html/htmldefs.h"
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
|
#include "wx/brush.h"
|
||||||
|
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_HTML wxHtmlWindowInterface;
|
class WXDLLIMPEXP_FWD_HTML wxHtmlWindowInterface;
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
#if wxUSE_HTML && wxUSE_STREAMS
|
#if wxUSE_HTML && wxUSE_STREAMS
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/brush.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/html/forcelnk.h"
|
#include "wx/html/forcelnk.h"
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include "wx/msw/registry.h"
|
#include "wx/msw/registry.h"
|
||||||
#include <shlobj.h>
|
#include "wx/msw/wrapshl.h"
|
||||||
#include "wx/msw/ole/oleutils.h"
|
#include "wx/msw/ole/oleutils.h"
|
||||||
#include "wx/msw/private/comptr.h"
|
#include "wx/msw/private/comptr.h"
|
||||||
#endif // __WINDOWS__
|
#endif // __WINDOWS__
|
||||||
|
Reference in New Issue
Block a user