Skip to content

Commit 9359757

Browse files
milianwJakeHillion
authored andcommitted
Add missing cstdint include
Otherwise uint64_t won't be defined in this file with newer libstdc++ from g++13.
1 parent 256ca12 commit 9359757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oi/PaddingHunter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "oi/PaddingHunter.h"
1717

1818
#include <algorithm>
19+
#include <cstdint>
1920
#include <fstream>
2021

2122
void PaddingHunter::processLocalPaddingInfo() {

0 commit comments

Comments
 (0)