From a29adc0147e2d2d2744df73d389d96b6a9f143be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Tue, 10 Dec 2024 17:44:47 +0100 Subject: [PATCH] Include vulkan.hpp, instead of vulkan_enums.hpp in vulkan_to_string.hpp. (#2016) --- VulkanHppGenerator.cpp | 2 +- vulkan/vulkan_to_string.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 95f386b..26880d0 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -692,7 +692,7 @@ void VulkanHppGenerator::generateToStringHppFile() const #ifndef VULKAN_TO_STRING_HPP # define VULKAN_TO_STRING_HPP -#include +#include // ignore warnings on using deprecated enum values in this header #if defined( __clang__ ) || defined( __GNUC__ ) diff --git a/vulkan/vulkan_to_string.hpp b/vulkan/vulkan_to_string.hpp index 971dc25..0c7c503 100644 --- a/vulkan/vulkan_to_string.hpp +++ b/vulkan/vulkan_to_string.hpp @@ -8,7 +8,7 @@ #ifndef VULKAN_TO_STRING_HPP #define VULKAN_TO_STRING_HPP -#include +#include // ignore warnings on using deprecated enum values in this header #if defined( __clang__ ) || defined( __GNUC__ )