aboutsummaryrefslogtreecommitdiff
path: root/src/common/combinator.h
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-05-06 18:13:18 +0200
committertobtoht <tob@featherwallet.org>2023-05-08 19:29:54 +0200
commitf983ac77805a494ea4a05a00398c553e1359aefd (patch)
treefc14f27d1cdc61db3636ed4b3646f3a7f546a517 /src/common/combinator.h
parentMerge pull request #8766 (diff)
downloadmonero-f983ac77805a494ea4a05a00398c553e1359aefd.tar.xz
fix missing <cstdint> includes
Diffstat (limited to '')
-rw-r--r--src/common/combinator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/combinator.h b/src/common/combinator.h
index 0d35e4786..f322aeba7 100644
--- a/src/common/combinator.h
+++ b/src/common/combinator.h
@@ -34,6 +34,7 @@
#include <iostream>
#include <vector>
#include <stdexcept>
+#include <cstdint>
namespace tools {