Skip to content

Commit

Permalink
Add missing xlib header
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 30, 2024
1 parent 4b68d6a commit 8124e9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

#if WIN32
#include <vulkan/vulkan_win32.h>
#else
#include <vulkan/vulkan_xlib.h>
#endif

#include <imgui/backends/imgui_impl_vulkan.h>
Expand Down

0 comments on commit 8124e9c

Please sign in to comment.