mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Fix missing <utility> import for std::exchange
In GCC 12, std::exchange is no longer implicitly included in many header files, and so must be explicitly included by including `utility`.
This commit is contained in:
parent
d50186a64b
commit
466fab3dfc
@ -16421,6 +16421,7 @@ int main( int argc, char ** argv )
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
#include <type_traits>
|
||||
#include <vulkan/vulkan.h>
|
||||
#if 17 <= VULKAN_HPP_CPP_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user