summaryrefslogtreecommitdiffstats
path: root/src/yuzu/vk_device_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/vk_device_info.h')
-rw-r--r--src/yuzu/vk_device_info.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/yuzu/vk_device_info.h b/src/yuzu/vk_device_info.h
index 6e2617513..5a6c64416 100644
--- a/src/yuzu/vk_device_info.h
+++ b/src/yuzu/vk_device_info.h
@@ -3,11 +3,17 @@
#pragma once
+#include <algorithm>
+#include <iterator>
+#include <memory>
#include <string>
#include <string_view>
#include <vector>
+#include "common/common_types.h"
#include "vulkan/vulkan_core.h"
+class QWindow;
+
namespace Settings {
enum class VSyncMode : u32;
}
@@ -27,4 +33,4 @@ public:
};
void PopulateRecords(std::vector<Record>& records, QWindow* window);
-} // namespace VkDeviceInfo \ No newline at end of file
+} // namespace VkDeviceInfo