1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-17 17:52:11 +01:00

[vulkan] Fix missing include

Fixes #2269.
This commit is contained in:
Philip Rebohle 2021-09-02 16:34:55 +02:00
parent 69588b02fe
commit c0a7143d1b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,5 +1,7 @@
#pragma once
#include <utility>
#include "vulkan_loader.h"
namespace dxvk::vk {