include by relative path, so root doesn't need to be in the search path

This commit is contained in:
baldurk
2015-07-08 15:11:59 +02:00
parent e6f7988ade
commit 42169c5fee
5 changed files with 7 additions and 7 deletions

View File

@@ -45,8 +45,8 @@
#include "GLSL450Lib.h"
// Glslang includes
#include "glslang/MachineIndependent/localintermediate.h"
#include "glslang/MachineIndependent/SymbolTable.h"
#include "../glslang/MachineIndependent/localintermediate.h"
#include "../glslang/MachineIndependent/SymbolTable.h"
#include <string>
#include <map>