mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Include cstdint to fix compilation with GCC 13
This commit is contained in:
parent
d11878e793
commit
1a5afc77b1
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "util_likely.h"
|
||||
#include "util_math.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <iterator>
|
||||
#include <type_traits>
|
||||
|
Loading…
Reference in New Issue
Block a user