Browse Source

Fix a build issue on MSVC with wx 3.3.

fusion360
Alex Shvartzkop 1 year ago
parent
commit
bc07efc076
  1. 1
      common/git/git_add_to_index_handler.cpp

1
common/git/git_add_to_index_handler.cpp

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

Loading…
Cancel
Save