Commit 8390870a by zmo@google.com

Build fix for qt-wk2

Review URL: https://codereview.appspot.com/7381049 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1833 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 43c9feb1
#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 1832 #define BUILD_REVISION 1833
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
#include "common/angleutils.h" #include "common/angleutils.h"
#include "compiler/debug.h" #include "compiler/debug.h"
#include "compiler/DetectDiscontinuity.h"
#include "compiler/InfoSink.h" #include "compiler/InfoSink.h"
#include "compiler/UnfoldShortCircuit.h"
#include "compiler/SearchSymbol.h" #include "compiler/SearchSymbol.h"
#include "compiler/DetectDiscontinuity.h" #include "compiler/UnfoldShortCircuit.h"
#include <limits.h>
#include <stdio.h>
#include <algorithm> #include <algorithm>
#include <cfloat>
#include <stdio.h>
namespace sh namespace sh
{ {
......
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