Fix more build errors on MSVC.

Not sure why it's suddenly a problem but it was tripping up on the vector template expansion already existing out of wx.
This commit is contained in:
Mark Roszko
2025-11-26 13:34:24 -05:00
parent ca23d6b87f
commit 2fc265ecef
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@
#include <string>
#include <vector>
#include <wx/arrstr.h> // for MSVC to see std::vector<wxString> is exported from wx
#include <wx/string.h>
class LIBGIT_BACKEND;