mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-16 08:15:54 +08:00
WebView: Only include webview_edge.h when enabled
This commit is contained in:
parent
0c83c2884b
commit
daade424cb
@ -4,7 +4,9 @@
|
||||
|
||||
#include <wx/webviewarchivehandler.h>
|
||||
#include <wx/webviewfshandler.h>
|
||||
#if wxUSE_WEBVIEW_EDGE
|
||||
#include <wx/msw/webview_edge.h>
|
||||
#endif
|
||||
#include <wx/uri.h>
|
||||
#include "wx/private/jsscriptwrapper.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user