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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user