Merge pull request #4 from baldurk/relative-include-paths

include by relative path, so root doesn't need to be in the search path
This commit is contained in:
John Kessenich 2015-07-11 16:41:38 -06:00
commit 1f654e1603
5 changed files with 7 additions and 7 deletions

View file

@ -88,7 +88,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "PpContext.h"
#include "PpTokens.h"
#include "Scan.h"
#include "../Scan.h"
namespace glslang {