diff options
author | Saturneric <[email protected]> | 2022-05-08 11:34:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-08 11:34:17 +0000 |
commit | 475888d78115125cabc1ddaf0d3bd38160f00b26 (patch) | |
tree | 73267dd0f35486b2300064ce5687638c98baf6ec /src/core/GpgFrontendCore.h | |
parent | chore: modified compile args. (diff) | |
download | GpgFrontend-475888d78115125cabc1ddaf0d3bd38160f00b26.tar.gz GpgFrontend-475888d78115125cabc1ddaf0d3bd38160f00b26.zip |
fix: solve issues in linux compiling
1. deb dependency update
2. ci update
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r-- | src/core/GpgFrontendCore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index 30f8b8dd..90bc36be 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -32,6 +32,7 @@ #include "GpgFrontend.h" // std includes +#include <random> #include <filesystem> // boost includes |