Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 09d03a0

Browse files
doclicJJL772
authored andcommitted
common: Include cstdint
This fixes a compile error
1 parent c8450f1 commit 09d03a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*/
44
#pragma once
55

6+
#include <cstdint>
67
#include <cstring>
78
#include <fstream>
89
#include <string>

0 commit comments

Comments
 (0)