mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
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:
parent
256ca1202f
commit
9359757fb0
@ -16,6 +16,7 @@
|
||||
#include "oi/PaddingHunter.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
|
||||
void PaddingHunter::processLocalPaddingInfo() {
|
||||
|
Loading…
Reference in New Issue
Block a user