Skip to content

Commit 6d76533

Browse files
committed
Fix includes for gcc 13
1 parent 7b6e913 commit 6d76533

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Core/MemoryStream.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <streambuf>
55
#include <iostream>
66
#include <vector>
7+
#include <cstdint>
78

89
class MemoryStreambuf : public std::streambuf {
910
protected:

0 commit comments

Comments
 (0)