Fix build error from incorrect include paths

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2020-01-09 21:15:33 -04:00
parent f8baa6e6dd
commit a3774fbca9
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <ostream>
#endif
#include "glslang/MachineIndependent/localintermediate.h"
#include "../glslang/MachineIndependent/localintermediate.h"
#include "Logger.h"
namespace glslang {