Skip to content

Commit a412620

Browse files
authored
Merge pull request #130 from Amunhateb/fix-missing-cstdint
Fix missing cstdint dependency
2 parents 1ece237 + 136b95b commit a412620

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)