From b9cb57eceb97656153b3aa446ef1aadd501080fc Mon Sep 17 00:00:00 2001 From: Artur Wieczorek <7330332+a-wi@users.noreply.github.com> Date: Mon, 30 May 2022 19:06:37 +0200 Subject: [PATCH] Test wxPropertyGrid headers compilation without implicit wxString conversion Add wxPropertyGrid headers to the list of headers compiled with wxNO_IMPLICIT_WXSTRING_ENCODING. See #22102. --- tests/allheaders.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/allheaders.h b/tests/allheaders.h index 1425eae2b6..663a1b00b2 100644 --- a/tests/allheaders.h +++ b/tests/allheaders.h @@ -417,6 +417,10 @@ #include #include #include +#include +#include +#include +#include #if defined(__WINDOWS__) #include