Skip to content

Commit a795f73

Browse files
committed
Add cstdint for github actions
1 parent ebbd700 commit a795f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <cassert>
88
#include <cctype>
99
#include <cmath>
10+
#include <cstdint>
1011
#include <cstdio>
1112
#include <cstdlib>
1213
#include <cstring>

0 commit comments

Comments
 (0)