Update magic_enum from v0.9.3 to v0.9.5 (#4992)

* Fix include path for magic enum
* Update .clang-format to ensure magic enum is caught as a third party library
This commit is contained in:
pajlada
2023-12-01 15:03:04 +01:00
committed by GitHub
parent 6d02bb7304
commit e327ed4166
20 changed files with 28 additions and 39 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# include "controllers/commands/CommandController.hpp"
# include <lua.h>
# include <magic_enum.hpp>
# include <magic_enum/magic_enum.hpp>
# include <QJsonArray>
# include <QJsonObject>