You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
398 B

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>