mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-10 20:40:30 -04:00
Merge pull request #1025 from paddygord/fix-numeric-limits-include
fix numeric_limits not found, include <limits> in samples/utils.hpp
This commit is contained in:
commit
23a4ed556b
@ -21,6 +21,7 @@
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <limits>
|
||||
|
||||
namespace vk
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user