WebView: Only include webview_edge.h when enabled

This commit is contained in:
Zhaofeng Li 2022-12-15 17:07:22 -07:00 committed by Lane.Wei
parent 0c83c2884b
commit daade424cb

View file

@ -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"