Fix include in resource_limits_c.h
authorGreg Fischer <greg@lunarg.com>
Mon, 7 Nov 2022 19:06:46 +0000 (12:06 -0700)
committerGreg Fischer <greg@lunarg.com>
Mon, 7 Nov 2022 19:06:46 +0000 (12:06 -0700)
Fixes #3059

glslang/Public/resource_limits_c.h

index afe83e4..05aa8eb 100644 (file)
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #ifndef _STAND_ALONE_RESOURCE_LIMITS_C_INCLUDED_
 #define _STAND_ALONE_RESOURCE_LIMITS_C_INCLUDED_
 
-#include "../glslang/Include/glslang_c_interface.h"
+#include "../Include/glslang_c_interface.h"
 
 #ifdef __cplusplus
 extern "C" {