CI acting funky. See if this fixes it.

This commit is contained in:
BearOso 2023-05-01 11:38:54 -05:00
parent b383b94c8c
commit 2afe4a11d4
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
#undef WINVER
#define WINVER 0x599
#endif
#include <cstdio>
#include <cstdint>
#include "vk_mem_alloc.hpp"
#include "vulkan/vulkan.hpp"
#include "vulkan_swapchain.hpp"
@ -64,4 +66,4 @@ class Context
vk::CommandBuffer one_time_use_cmd;
};
} // namespace Vulkan
} // namespace Vulkan