From 343df861947b8a5a9a0ea7dcc75e7db5242eb42c Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sat, 22 Jul 2023 12:14:29 -0500 Subject: [PATCH] App/Toponaming: Fix Python 3.11 compile issue Need to ensure the Qt 'slots' macro is undefined by including FCConfig.h. --- src/App/StringHasher.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/StringHasher.h b/src/App/StringHasher.h index e56ba9d9ac..04713bf91e 100644 --- a/src/App/StringHasher.h +++ b/src/App/StringHasher.h @@ -23,6 +23,8 @@ #ifndef APP_STRING_ID_H #define APP_STRING_ID_H +#include + #include #include