From c05dae9429b49a52c0e117a64db8613a10545dae Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Wed, 4 Mar 2026 13:58:34 +0800 Subject: [PATCH] fix: fix linux build issue --- Ballance/BMapInspector/Ruleset/Shared/DupCmp.hpp | 1 + Ballance/BMapInspector/Ruleset/ZZQRules.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Ballance/BMapInspector/Ruleset/Shared/DupCmp.hpp b/Ballance/BMapInspector/Ruleset/Shared/DupCmp.hpp index afe7eb8..640c180 100644 --- a/Ballance/BMapInspector/Ruleset/Shared/DupCmp.hpp +++ b/Ballance/BMapInspector/Ruleset/Shared/DupCmp.hpp @@ -4,6 +4,7 @@ #include #include #include +#include #define BMAPINSP_L LibCmo #define BMAPINSP_C LibCmo::CK2 diff --git a/Ballance/BMapInspector/Ruleset/ZZQRules.hpp b/Ballance/BMapInspector/Ruleset/ZZQRules.hpp index b77fd10..5130bd5 100644 --- a/Ballance/BMapInspector/Ruleset/ZZQRules.hpp +++ b/Ballance/BMapInspector/Ruleset/ZZQRules.hpp @@ -34,7 +34,7 @@ namespace BMapInspector::Ruleset { public: ZZQRule2(); virtual ~ZZQRule2(); - YYCC_DEFAULT_COPY_MOVE(ZZQRule2) + YYCC_DELETE_COPY_MOVE(ZZQRule2) public: std::u8string_view GetRuleName() const override;