summaryrefslogtreecommitdiff
blob: 580e412fcd6e66475e2e92507ebe50fb80d68a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
https://github.com/doitsujin/dxvk/commit/1a5afc77b1859e6c7e31b55e11ece899e3b5295a
--- a/src/util/config/config.h
+++ b/src/util/config/config.h
@@ -1,4 +1,5 @@
 #pragma once
 
+#include <cstdint>
 #include <string>
 #include <unordered_map>
--- a/src/util/util_bit.h
+++ b/src/util/util_bit.h
@@ -17,4 +17,5 @@
 #include "util_math.h"
 
+#include <cstdint>
 #include <cstring>
 #include <iterator>