diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/save-git.c b/core/save-git.c index a5f6f0dde..bbf70c373 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -26,6 +26,7 @@ #include "version.h" #include "qthelper.h" #include "gettext.h" +#include "tag.h" #define VA_BUF(b, fmt) do { va_list args; va_start(args, fmt); put_vformat(b, fmt, args); va_end(args); } while (0) |