diff options
author | Saturneric <[email protected]> | 2022-03-12 06:17:26 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-12 06:17:26 +0000 |
commit | 638a56a835c7c805761a00d64629d78b2b4d3073 (patch) | |
tree | ab2dcdfddd27d08465adc794203484738ed3eef9 /src/core/GpgFrontendCore.h | |
parent | <feat, refactor>(ui, core): Transfer file hash calculation logic to core (diff) | |
download | GpgFrontend-638a56a835c7c805761a00d64629d78b2b4d3073.tar.gz GpgFrontend-638a56a835c7c805761a00d64629d78b2b4d3073.zip |
<chore>(core): Resolve libarchive compile dependencies for Windows
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r-- | src/core/GpgFrontendCore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index 27738f7b..5931695d 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -50,6 +50,11 @@ #define LIBCONFIGXX_STATIC #include <libconfig.h++> + +// libarchive includes +#include <libarchive/libarchive/archive.h> +#include <libarchive/libarchive/archive_entry.h> + #include "core/GpgModel.h" |