commit | 773ff7455a109368de526abd59b930a219029d41 | [log] [tgz] |
---|---|---|
author | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Jan 11 04:12:51 2013 +0000 |
committer | daniel@transgaming.com <daniel@transgaming.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Jan 11 04:12:51 2013 +0000 |
tree | dd3e8068cfd29391ccc1d38ffc79ebcf3be9b788 | |
parent | 6c1203f8fa6a52b39b18ab1dbcb838a9cbec8406 [diff] [blame] |
Build fix. BUG= TEST=build fine in Linux Review URL: https://codereview.appspot.com/7071056 git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1707 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/OutputGLSLBase.cpp b/src/compiler/OutputGLSLBase.cpp index dbdc1f6..06eae13 100644 --- a/src/compiler/OutputGLSLBase.cpp +++ b/src/compiler/OutputGLSLBase.cpp
@@ -7,7 +7,7 @@ #include "compiler/OutputGLSLBase.h" #include "compiler/debug.h" -#include <limits.h> +#include <cfloat> namespace {