Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
abouvier authored and flyinghead committed Oct 26, 2024
1 parent 760813e commit 32d11dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/rend/vulkan/vk_context_lr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "oslib/oslib.h"
#include "rend/transform_matrix.h"
#include "texture.h"
#include <set>

#if VULKAN_HPP_DISPATCH_LOADER_DYNAMIC == 1
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE
Expand Down

0 comments on commit 32d11dd

Please sign in to comment.