aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBuffer.h')
-rw-r--r--src/core/SkBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkBuffer.h b/src/core/SkBuffer.h
index 7dfe2bb65e..0338e7601e 100644
--- a/src/core/SkBuffer.h
+++ b/src/core/SkBuffer.h
@@ -5,10 +5,11 @@
* found in the LICENSE file.
*/
-
#ifndef SkBuffer_DEFINED
#define SkBuffer_DEFINED
+#include <limits>
+
#include "SkSafeMath.h"
#include "SkScalar.h"
#include "SkTypes.h"