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/common/version.h b/src/common/version.h
index 7bce548..cbd19a3 100644
--- a/src/common/version.h
+++ b/src/common/version.h
@@ -1,7 +1,7 @@
 #define MAJOR_VERSION 1
 #define MINOR_VERSION 1
 #define BUILD_VERSION 0
-#define BUILD_REVISION 1644
+#define BUILD_REVISION 1645
 
 #define STRINGIFY(x) #x
 #define MACRO_STRINGIFY(x) STRINGIFY(x)
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
 {