Skip to content

Commit

Permalink
[vulkan] Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Sep 2, 2021
1 parent 69588b0 commit c0a7143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vulkan/vulkan_util.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <utility>

#include "vulkan_loader.h"

namespace dxvk::vk {
Expand Down

0 comments on commit c0a7143

Please sign in to comment.