mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-24 00:40:14 +00:00
Fix missing declaration of std::numeric_limits (#5002)
This fixes the errors: validate_ray_tracing_reorder.cpp:25:49: error: 'numeric_limits' is not a member of 'std'
This commit is contained in:
parent
f33d152400
commit
9a6f4121f4
@ -19,6 +19,8 @@
|
||||
#include "source/val/validate.h"
|
||||
#include "source/val/validation_state.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
namespace spvtools {
|
||||
namespace val {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user