Commit 8a6527b1 by zmo@google.com

Build fix.

BUG= TEST=build fine in Linux Review URL: https://codereview.appspot.com/7071056 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1645 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent a4e5223a
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 0 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 1644 #define BUILD_REVISION 1645
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "compiler/OutputGLSLBase.h" #include "compiler/OutputGLSLBase.h"
#include "compiler/debug.h" #include "compiler/debug.h"
#include <limits.h> #include <cfloat>
namespace namespace
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment