Skip to content

Commit

Permalink
VKPipeline: Add missing DriverDetails include
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Feb 3, 2022
1 parent 7374c33 commit 44866ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/VideoBackends/Vulkan/VKPipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include "VideoBackends/Vulkan/VKVertexFormat.h"
#include "VideoBackends/Vulkan/VulkanContext.h"

#include "VideoCommon/DriverDetails.h"

namespace Vulkan
{
VKPipeline::VKPipeline(VkPipeline pipeline, VkPipelineLayout pipeline_layout,
Expand Down

0 comments on commit 44866ba

Please sign in to comment.