Skip to content

Commit c98f50f

Browse files
committed
Compile fix for glslang PCH not being used
* Weirdly building on upstream even without using PCH, <limits> ends up included. For some reason in RenderDoc it is not and needs the explicit include (which generally should be there)
1 parent 67df0f9 commit c98f50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

renderdoc/3rdparty/glslang/glslang/MachineIndependent/Intermediate.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
#include <cfloat>
4949
#include <utility>
50+
#include <limits>
5051
#include <tuple>
5152

5253
namespace glslang {

0 commit comments

Comments
 (0)