aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-08-01 15:10:39 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-01 19:29:52 +0000
commitd310879427018ee3727d61c3a0780f0a17c93935 (patch)
treeb324ee85cfdee3234d07dc21a7b6edfe2b9dcfe9 /src
parent249ee1f985b4bad78db2d5cfdd14ce38edb2c23a (diff)
fixed missing INT_MAX definition
Bug: skia: Change-Id: I6d5f95cfbda071687c6119edc9b1c347a37bc1db Reviewed-on: https://skia-review.googlesource.com/29581 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/sksl/ir/SkSLType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sksl/ir/SkSLType.h b/src/sksl/ir/SkSLType.h
index 1f793da2d9..6ea4c5694c 100644
--- a/src/sksl/ir/SkSLType.h
+++ b/src/sksl/ir/SkSLType.h
@@ -13,6 +13,7 @@
#include "../SkSLPosition.h"
#include "../SkSLUtil.h"
#include "../spirv.h"
+#include <climits>
#include <vector>
#include <memory>