Skip to content

Commit e083e48

Browse files
committed
Include cstdint
1 parent 97cf63b commit e083e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/terminal_pager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <cctype>
2+
#include <cstdint>
23
#include <cstdio>
34
#include <iostream>
45
#include <ranges>

0 commit comments

Comments
 (0)