From 76c34b3ad0e64e13e9712f506af2e611adfd300b Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Sat, 29 Oct 2022 16:07:35 +0200 Subject: [PATCH] added header guard --- src/vk_convert.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vk_convert.hpp b/src/vk_convert.hpp index 6d0be7d..0e253ae 100644 --- a/src/vk_convert.hpp +++ b/src/vk_convert.hpp @@ -1,3 +1,5 @@ +#pragma once + #define VULKAN_HPP_NO_CONSTRUCTORS #include #include