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/InfoSink.cpp b/src/compiler/InfoSink.cpp
index 8b70d23..6690d88 100644
--- a/src/compiler/InfoSink.cpp
+++ b/src/compiler/InfoSink.cpp
@@ -4,7 +4,7 @@
 // found in the LICENSE file.
 //
 
-#include "InfoSink.h"
+#include "compiler/InfoSink.h"
 
 #ifdef _WIN32
     #include <windows.h>