mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 20:10:06 +00:00
Merge pull request #1690 from BinaryRK/relative-include-fix
Use relative include paths in StandAlone/ResourceLimits.h
This commit is contained in:
commit
dc2d5673a1
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "glslang/Include/ResourceLimits.h"
|
#include "../glslang/Include/ResourceLimits.h"
|
||||||
|
|
||||||
namespace glslang {
|
namespace glslang {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user