Skip to content

Commit

Permalink
nvapi: Include vulkan_core.h
Browse files Browse the repository at this point in the history
That's all we need.
  • Loading branch information
jp7677 committed Nov 8, 2024
1 parent 7be6ab7 commit 6807d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvapi_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#else
#include "../inc/d3d12.h"
#endif
#include <vulkan/vulkan.h>
#include <vulkan/vulkan_core.h>
#include "../inc/nvml.h"

#ifdef __GNUC__
Expand Down

0 comments on commit 6807d84

Please sign in to comment.