commit | 4e89d233e5f83ad7de85f010d8e6e39706ef1830 | [log] [tgz] |
---|---|---|
author | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri May 14 19:37:21 2010 +0000 |
committer | alokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri May 14 19:37:21 2010 +0000 |
tree | 21ab2ac644ed621e736677164821c39dd379ab2e | |
parent | cff1aff5ddf7d897fac24b6ef0e0f64a7358ec13 [diff] [blame] |
Cleaned up Common.h. Removed unnecessary includes and typedefs. Removed tabs from PoolAlloc.h and replaced UINT_PTR with uintptr_t. Review URL: http://codereview.appspot.com/1221041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@289 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/OutputHLSL.h b/src/compiler/OutputHLSL.h index 90f172d..3980b54 100644 --- a/src/compiler/OutputHLSL.h +++ b/src/compiler/OutputHLSL.h
@@ -7,6 +7,9 @@ #ifndef COMPILER_OUTPUTHLSL_H_ #define COMPILER_OUTPUTHLSL_H_ +#include <list> +#include <set> + #include "compiler/intermediate.h" #include "compiler/ParseHelper.h"