Fix include directive depending on root folder name
This commit is contained in:
parent
1189a7bc4a
commit
61deffd92a
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ public:
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include "../../glslang/SPIRV/spirv.h"
|
#include "spirv.h"
|
||||||
#include "../../glslang/SPIRV/spvIR.h"
|
#include "spvIR.h"
|
||||||
|
|
||||||
namespace spv {
|
namespace spv {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue