diff options
Diffstat (limited to 'src/common/combinator.h')
-rw-r--r-- | src/common/combinator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/combinator.h b/src/common/combinator.h index 0d35e4786..6ef244a1e 100644 --- a/src/common/combinator.h +++ b/src/common/combinator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2022, The Monero Project +// Copyright (c) 2018-2023, The Monero Project // // All rights reserved. @@ -34,6 +34,7 @@ #include <iostream> #include <vector> #include <stdexcept> +#include <cstdint> namespace tools { |