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