Skip to content

Commit 53ea3f8

Browse files
committed
Add missing <memory> include in Checksum.h
1 parent 868d7ac commit 53ea3f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/Checksum.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <cstdint>
4+
#include <memory>
45

56
#if __cplusplus >= 202'002L
67
#error Take into use C++20 std::integral instead of this macro logic

0 commit comments

Comments
 (0)