From c836d1282d9061dd814ba77013fc3e2d17b1c6e8 Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Sat, 30 Nov 2024 22:54:37 +0100 Subject: [PATCH] Fix build with gcc --- .../src/xtd/forms/native/wxwidgets/toolkit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xtd.forms.native.wxwidgets/src/xtd/forms/native/wxwidgets/toolkit.cpp b/src/xtd.forms.native.wxwidgets/src/xtd/forms/native/wxwidgets/toolkit.cpp index ef646eb8863..4bba0396f03 100644 --- a/src/xtd.forms.native.wxwidgets/src/xtd/forms/native/wxwidgets/toolkit.cpp +++ b/src/xtd.forms.native.wxwidgets/src/xtd/forms/native/wxwidgets/toolkit.cpp @@ -1,8 +1,8 @@ #define __XTD_DRAWING_NATIVE_LIBRARY__ -#include +#include #undef __XTD_DRAWING_NATIVE_LIBRARY__ #define __XTD_FORMS_NATIVE_LIBRARY__ -#include +#include #undef __XTD_FORMS_NATIVE_LIBRARY__ #include