From 0d5c86644a9304bc2146f0d0f7f3110af42074cc Mon Sep 17 00:00:00 2001 From: BinaryRK Date: Sat, 2 Feb 2019 15:56:09 +0200 Subject: [PATCH] Switch to relative include path for ResourceLimits --- StandAlone/ResourceLimits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandAlone/ResourceLimits.h b/StandAlone/ResourceLimits.h index 9c3eb3e9..736248eb 100644 --- a/StandAlone/ResourceLimits.h +++ b/StandAlone/ResourceLimits.h @@ -37,7 +37,7 @@ #include -#include "glslang/Include/ResourceLimits.h" +#include "../glslang/Include/ResourceLimits.h" namespace glslang {