aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-01-26 14:19:22 +0000
committersaturneric <[email protected]>2025-01-26 14:19:22 +0000
commit73bb05c4d9e5ae6e585960f80dbacb4e4df5eb34 (patch)
tree0d988c27aa65da6b5685df647285cd2fcc1110b6
parentfeat: relative path by default at portable mode (diff)
downloadGpgFrontend-73bb05c4d9e5ae6e585960f80dbacb4e4df5eb34.tar.gz
GpgFrontend-73bb05c4d9e5ae6e585960f80dbacb4e4df5eb34.zip
fix: 'std::future' is defined in header '<future>'
-rw-r--r--src/core/typedef/GpgTypedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/typedef/GpgTypedef.h b/src/core/typedef/GpgTypedef.h
index 41da6900..fb315215 100644
--- a/src/core/typedef/GpgTypedef.h
+++ b/src/core/typedef/GpgTypedef.h
@@ -30,6 +30,8 @@
#include <gpgme.h>
+#include <future>
+
#include "core/model/DataObject.h"
#include "core/typedef/CoreTypedef.h"