Browse Source

Fix windows builds with a temporary hackfix for now

master
Mark Roszko 1 month ago
parent
commit
297ca1bb7b
  1. 2
      common/git/git_revert_handler.h

2
common/git/git_revert_handler.h

@ -27,6 +27,8 @@
#include <git2.h>
#include <vector>
#include <wx/string.h>
// TEMPORARY HACKFIX INCLUDE FOR STD::VECTOR EXPORT OUT OF KICOMMON ON WINDOWS
#include <settings/parameters.h>
class LIBGIT_BACKEND;

Loading…
Cancel
Save