commit | 903dcb08b146cbaf81420a734a64692038b467ca | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Mon Mar 16 13:00:09 2015 -0400 |
committer | bungeman <bungeman@google.com> | Mon Mar 16 13:00:09 2015 -0400 |
tree | aaf031036b94d843fad080e70029bf265fe933e7 | |
parent | d095f2bf06ca810844233bea9fb06de585643b32 [diff] |
Add __STDC_LIMIT_MACROS to SkDraw.cpp.
diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp index bbe99f5..7744b99 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"