From 487fecc0bb0d3d59d02d6eed6917e4e674ec0470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sat, 28 Feb 2026 14:11:22 -0300 Subject: [PATCH] Windows build: now it's really fixed. --- src/tools/ecode/plugins/linter/linterplugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/ecode/plugins/linter/linterplugin.cpp b/src/tools/ecode/plugins/linter/linterplugin.cpp index 14b95212e..2d0abfe51 100644 --- a/src/tools/ecode/plugins/linter/linterplugin.cpp +++ b/src/tools/ecode/plugins/linter/linterplugin.cpp @@ -18,6 +18,7 @@ #define PUGIXML_HEADER_ONLY #include +#define YAML_DECLARE_STATIC #include using json = nlohmann::json;