App/Toponaming: Fix Python 3.11 compile issue

Need to ensure the Qt 'slots' macro is undefined by including FCConfig.h.
This commit is contained in:
Chris Hennes
2023-07-22 12:14:29 -05:00
committed by Chris Hennes
parent 17e265259c
commit 6bb8174669

View File

@@ -23,6 +23,8 @@
#ifndef APP_STRING_ID_H
#define APP_STRING_ID_H
#include <FCConfig.h>
#include <bitset>
#include <memory>