attempt to fix wxwebview undef

This commit is contained in:
Aidan Case
2024-02-22 19:16:16 -06:00
parent 0c9d2675c3
commit caaadbd9d3
5 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#include "wx/cmdline.h"
#include "wx/notifmsg.h"
#include "wx/settings.h"
#include "wx/webview.h"
#include <wx/webview.h>
#include <wx/string.h>
#if wxUSE_WEBVIEW_EDGE

View File

@@ -6,7 +6,7 @@
#include "wx/cmdline.h"
#include "wx/notifmsg.h"
#include "wx/settings.h"
#include "wx/webview.h"
#include <wx/webview.h>
#if wxUSE_WEBVIEW_EDGE
#include "wx/msw/webview_edge.h"