Browse Source

Fix build due to GIT_BUF_INIT on some platforms

master
Mark Roszko 2 weeks ago
parent
commit
593238eed8
  1. 2
      common/git/libgit_backend.cpp

2
common/git/libgit_backend.cpp

@ -39,7 +39,7 @@
#include "kicad_git_memory.h"
#include "trace_helpers.h"
#include <git2.h>
#include "kicad_git_compat.h"
#include <wx/filename.h>
#include <wx/log.h>
#include <gestfich.h>

Loading…
Cancel
Save