Skip to content

Commit

Permalink
Add missing <memory> include in Checksum.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Jan 20, 2025
1 parent 868d7ac commit 53ea3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/Checksum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <cstdint>
#include <memory>

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

0 comments on commit 53ea3f8

Please sign in to comment.