summaryrefslogtreecommitdiff
path: root/test/buildtool/crypto/hasher.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/crypto/hasher.test.cpp')
-rw-r--r--test/buildtool/crypto/hasher.test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/buildtool/crypto/hasher.test.cpp b/test/buildtool/crypto/hasher.test.cpp
index 26cc8568..0ee0cca1 100644
--- a/test/buildtool/crypto/hasher.test.cpp
+++ b/test/buildtool/crypto/hasher.test.cpp
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <string>
+#include <utility> // std::move
+
#include "catch2/catch_test_macros.hpp"
#include "src/buildtool/crypto/hasher.hpp"