Skip to content

Commit 4c2defc

Browse files
committed
add cstdint header to base32
1 parent c9431a6 commit 4c2defc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/base32.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
#include "base32.hpp"
33
#include <cassert>
4+
#include <cstdint>
45

56
namespace hk {
67

0 commit comments

Comments
 (0)