mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 13:40:08 +00:00
fix numeric_limits not found, include <limits> in samples/utils.hpp
This commit is contained in:
parent
b574d94cf9
commit
8ae472d020
@ -21,6 +21,7 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <limits>
|
||||
|
||||
namespace vk
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user