From 84e90d93d88f3e0406b87e0953574069c6ed5159 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 21 Apr 2020 16:08:41 +0200 Subject: [PATCH] Add back wx/windowid.h include, just not as the first one Unfortunately the fix of the previous commit broke the build because of the existence of non-GUI functions using GUI-only wxWindowID class. This will need to be fixed in a better way later, but for now add the required header back. See https://github.com/wxWidgets/wxWidgets/pull/1815 --- include/wx/utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/utils.h b/include/wx/utils.h index 4588479e98..dbb87cd0aa 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -20,6 +20,7 @@ #include "wx/filefn.h" #include "wx/hashmap.h" #include "wx/versioninfo.h" +#include "wx/windowid.h" #include "wx/meta/implicitconversion.h" #if wxUSE_GUI