mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-09 20:09:49 -04:00
Include missing header type_traits to vulkan_enums.hpp (#2180)
This commit is contained in:
parent
81b2f2f950
commit
ae6f3c1184
@ -144,6 +144,8 @@ void VulkanHppGenerator::generateEnumsHppFile() const
|
||||
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
|
||||
// IWYU pragma: private; include "vulkan.hpp"
|
||||
|
||||
#include <type_traits> // for std::underlying_type
|
||||
|
||||
namespace VULKAN_HPP_NAMESPACE
|
||||
{
|
||||
${Flags}
|
||||
|
@ -11,6 +11,8 @@
|
||||
// include-what-you-use: make sure, vulkan.hpp is used by code-completers
|
||||
// IWYU pragma: private; include "vulkan.hpp"
|
||||
|
||||
#include <type_traits> // for std::underlying_type
|
||||
|
||||
namespace VULKAN_HPP_NAMESPACE
|
||||
{
|
||||
template <typename FlagBitsType>
|
||||
|
Loading…
x
Reference in New Issue
Block a user