From bc07efc0761cb082b874c61f9e4203aab42cbd7c Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sat, 1 Jun 2024 04:08:13 +0300 Subject: [PATCH] Fix a build issue on MSVC with wx 3.3. --- common/git/git_add_to_index_handler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/git/git_add_to_index_handler.cpp b/common/git/git_add_to_index_handler.cpp index 9808a614cd..d672e4ecd3 100644 --- a/common/git/git_add_to_index_handler.cpp +++ b/common/git/git_add_to_index_handler.cpp @@ -23,6 +23,7 @@ #include "git_add_to_index_handler.h" +#include #include #include