Skip to content

Commit 136b95b

Browse files
Fix missing cstdint dependency
1 parent 1ece237 commit 136b95b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/handypack/handypack.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <string>
45
#include <vector>
56
#include <list>

0 commit comments

Comments
 (0)