Skip to content

Commit cefcda0

Browse files
fix: missing cstdint
1 parent 1206b44 commit cefcda0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/applets/hexdump.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#include <cstdint>
12
#include <cstdio>
23
#include <cstdlib>
4+
#include <cstring>
35
#include <fstream>
46
#include <string>
57
#include <string_view>

0 commit comments

Comments
 (0)