summaryrefslogtreecommitdiff
path: root/src/buildtool/crypto/hasher.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/crypto/hasher.hpp')
-rw-r--r--src/buildtool/crypto/hasher.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/crypto/hasher.hpp b/src/buildtool/crypto/hasher.hpp
index ceabc44c..4bbcc7b7 100644
--- a/src/buildtool/crypto/hasher.hpp
+++ b/src/buildtool/crypto/hasher.hpp
@@ -15,10 +15,12 @@
#ifndef INCLUDED_SRC_BUILDTOOL_CRYPTO_HASHER_HPP
#define INCLUDED_SRC_BUILDTOOL_CRYPTO_HASHER_HPP
+#include <cstddef>
#include <cstdint>
#include <memory>
#include <optional>
#include <string>
+#include <utility> // std::move
#include "src/buildtool/logging/log_level.hpp"
#include "src/buildtool/logging/logger.hpp"