WebView: Only include webview_edge.h when enabled

This commit is contained in:
Zhaofeng Li
2022-12-16 22:51:07 -05:00
committed by Lane.Wei
parent 0c83c2884b
commit daade424cb
+2
View File
@@ -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"