Include cstdint to fix GCC 13 build

Signed-off-by: František Zatloukal <fzatlouk@redhat.com>
This commit is contained in:
František Zatloukal
2023-02-17 17:53:57 +01:00
committed by Compute-Runtime-Automation
parent 33fe68ec88
commit beaff2b735
12 changed files with 22 additions and 10 deletions

View File

@@ -7,6 +7,7 @@
#pragma once
#include <cstdint>
#include <string>
#include <unordered_map>
#include <vector>