commit | 646ea1ec4b97de7f7f4ad49cd64536269a634cd8 | [log] [tgz] |
---|---|---|
author | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Jun 15 17:36:31 2012 +0000 |
committer | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Jun 15 17:36:31 2012 +0000 |
tree | d221e9255d45f208afe9cbba292271f03078bdab | |
parent | 0c1f5942e18a6bee3c2d10526850c397e4a152e3 [diff] [blame] |
Fixed compile error for translator_hlsl. git-svn-id: https://angleproject.googlecode.com/svn/trunk@1153 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/TranslatorHLSL.cpp b/src/compiler/TranslatorHLSL.cpp index 96d7f10..f41decd 100644 --- a/src/compiler/TranslatorHLSL.cpp +++ b/src/compiler/TranslatorHLSL.cpp
@@ -6,6 +6,7 @@ #include "compiler/TranslatorHLSL.h" +#include "compiler/InitializeParseContext.h" #include "compiler/OutputHLSL.h" TranslatorHLSL::TranslatorHLSL(ShShaderType type, ShShaderSpec spec)