From 825fd01beb44f97c395a829b1aa283993ab9f669 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Aug 2020 16:44:27 +0200 Subject: [PATCH] Test XRC headers compilation without implicit wxString conversion Add wx/xrc/xmlres.h to the list of headers compiled with wxNO_IMPLICIT_WXSTRING_ENCODING to test that they can be used even when the implicit conversions from "char*" to wxString are disabled. --- tests/allheaders.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/allheaders.h b/tests/allheaders.h index fd4a87d3e5..7da480582a 100644 --- a/tests/allheaders.h +++ b/tests/allheaders.h @@ -397,6 +397,7 @@ #include #include #include +#include #include #include #include