Fix windows build

This commit is contained in:
2021-03-28 13:13:13 +02:00
parent 69775368ee
commit fb6766558c
2 changed files with 7 additions and 1 deletions

View File

@@ -6,7 +6,9 @@
#include "Device.hpp"
#include "Base/Utils.hpp"
#include "Shader/Shaders.h"
extern "C" {
#include "Shader/Shaders.h"
}
namespace openVulkanoCpp::Vulkan
{