From d70b51521673ffe8fce5703db9fa519bf69f0ff6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 31 Aug 2018 19:23:43 +0200 Subject: [PATCH] Remove inclusion to fix MinGW TDM 32 bit build This header, added in b61123cd7d16b3dff80def30ac32cc5f7dbd883d, doesn't seem to be needed and breaks compilation with TDM gcc 4.8 and 5.1, so just avoid including it. See #15402. --- src/msw/webview_ie.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/webview_ie.cpp b/src/msw/webview_ie.cpp index 73541f49f4..819aba0654 100644 --- a/src/msw/webview_ie.cpp +++ b/src/msw/webview_ie.cpp @@ -22,7 +22,6 @@ #include #include #include -#include #include "wx/msw/registry.h" #include "wx/msw/missing.h" #include "wx/msw/ole/safearray.h"