commit | bbf56f755e0dd78c7650c52531ce412fcaaafa2b | [log] [tgz] |
---|---|---|
author | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Apr 20 18:52:13 2010 +0000 |
committer | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Tue Apr 20 18:52:13 2010 +0000 |
tree | b1d255e2b69517033bb48a7891946905190152c2 | |
parent | e07980c45f2856e661f0858727e0da9c387d2096 [diff] [blame] |
Use directory qualified #include files Trac #11408 Signed-off-by: Andrew Lewycky Signed-off-by: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/trunk@165 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/OutputGLSL.cpp b/src/compiler/OutputGLSL.cpp index 925c5be..a4a766f 100644 --- a/src/compiler/OutputGLSL.cpp +++ b/src/compiler/OutputGLSL.cpp
@@ -4,7 +4,8 @@ // found in the LICENSE file. // -#include "OutputGLSL.h" +#include "compiler/OutputGLSL.h" + #include "common/debug.h" namespace