Skip to content

Commit 2403f07

Browse files
committed
extern/zstr/zstr.hpp: Add missing include
There is a missing include for cstdint. Without it, the build fails on gcc v15 and clang v19.
1 parent fd86653 commit 2403f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extern/zstr/zstr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <zlib.h>
1212

1313
#include <cassert>
14+
#include <cstdint>
1415
#include <fstream>
1516
#include <iostream>
1617
#include <memory>

0 commit comments

Comments
 (0)