From 297ca1bb7b8edabaa6aaabe8d9b7bcd5c3d89d48 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Tue, 9 Sep 2025 11:12:39 -0400 Subject: [PATCH] Fix windows builds with a temporary hackfix for now --- common/git/git_revert_handler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/git/git_revert_handler.h b/common/git/git_revert_handler.h index 5b65fbaf52..a697647a09 100644 --- a/common/git/git_revert_handler.h +++ b/common/git/git_revert_handler.h @@ -27,6 +27,8 @@ #include #include #include +// TEMPORARY HACKFIX INCLUDE FOR STD::VECTOR EXPORT OUT OF KICOMMON ON WINDOWS +#include class LIBGIT_BACKEND;