Add missing cstdint include

Otherwise uint64_t won't be defined in this file with newer
libstdc++ from g++13.
This commit is contained in:
Milian Wolff 2023-09-21 22:24:43 +02:00 committed by Jake Hillion
parent 256ca1202f
commit 9359757fb0

View File

@ -16,6 +16,7 @@
#include "oi/PaddingHunter.h"
#include <algorithm>
#include <cstdint>
#include <fstream>
void PaddingHunter::processLocalPaddingInfo() {