mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
WebView: Only include webview_edge.h when enabled
This commit is contained in:
parent
0c83c2884b
commit
daade424cb
1 changed files with 2 additions and 0 deletions
|
@ -4,7 +4,9 @@
|
||||||
|
|
||||||
#include <wx/webviewarchivehandler.h>
|
#include <wx/webviewarchivehandler.h>
|
||||||
#include <wx/webviewfshandler.h>
|
#include <wx/webviewfshandler.h>
|
||||||
|
#if wxUSE_WEBVIEW_EDGE
|
||||||
#include <wx/msw/webview_edge.h>
|
#include <wx/msw/webview_edge.h>
|
||||||
|
#endif
|
||||||
#include <wx/uri.h>
|
#include <wx/uri.h>
|
||||||
#include "wx/private/jsscriptwrapper.h"
|
#include "wx/private/jsscriptwrapper.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue