aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2015-03-16 13:00:09 -0400
committerGravatar bungeman <bungeman@google.com>2015-03-16 13:00:09 -0400
commit903dcb08b146cbaf81420a734a64692038b467ca (patch)
treeaaf031036b94d843fad080e70029bf265fe933e7 /src/core
parentd095f2bf06ca810844233bea9fb06de585643b32 (diff)
Add __STDC_LIMIT_MACROS to SkDraw.cpp.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkDraw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp
index bbe99f5570..7744b99920 100644
--- a/src/core/SkDraw.cpp
+++ b/src/core/SkDraw.cpp
@@ -4,6 +4,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#define __STDC_LIMIT_MACROS
#include "SkDraw.h"
#include "SkBlitter.h"