7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 16:10:10 +00:00

Fix a build issue on MSVC with wx 3.3.

This commit is contained in:
Alex Shvartzkop 2024-06-01 04:08:13 +03:00
parent b6f1748bb3
commit bc07efc076

View File

@ -23,6 +23,7 @@
#include "git_add_to_index_handler.h"
#include <iterator>
#include <wx/string.h>
#include <wx/log.h>