diff options
author | Saturneric <[email protected]> | 2022-05-20 18:08:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-20 18:08:01 +0000 |
commit | b803f3339c9f67d980252dbe9730b57f04204e67 (patch) | |
tree | 441febb78d1e1dbe7736378e28fcb8d2e64b0f39 /src/core/GpgFrontendCore.h | |
parent | refactor: change version checking to task (diff) | |
download | GpgFrontend-b803f3339c9f67d980252dbe9730b57f04204e67.tar.gz GpgFrontend-b803f3339c9f67d980252dbe9730b57f04204e67.zip |
pref: improve compiling speed
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r-- | src/core/GpgFrontendCore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index db3339c3..0b433b96 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -66,6 +66,9 @@ #include <libarchive/libarchive/archive.h> #include <libarchive/libarchive/archive_entry.h> +// json includes +#include <nlohmann/json.hpp> + // dll export macro #include "GpgFrontendCoreExport.h" |