Skip to content
Snippets Groups Projects
Commit 6242a529 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

archive.h is a system header, use the right #include syntax

should fix MSVC build error:
ver.cpp(29): fatal error C1083: Cannot open include file: 'archive.h': No such file or directory
parent 0d8755d9
No related branches found
No related tags found
No related merge requests found
Pipeline #8029 failed
......@@ -26,7 +26,7 @@
#include "git_hash.h"
#include "git_branch.h"
#include "ver.h"
#include "archive.h"
#include <archive.h>
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment