aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkInterpolator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/SkInterpolator.h')
-rw-r--r--include/utils/SkInterpolator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkInterpolator.h b/include/utils/SkInterpolator.h
index 31d50eeac7..f426263be7 100644
--- a/include/utils/SkInterpolator.h
+++ b/include/utils/SkInterpolator.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2006 The Android Open Source Project
*
@@ -10,6 +9,7 @@
#ifndef SkInterpolator_DEFINED
#define SkInterpolator_DEFINED
+#include "../private/SkTo.h"
#include "SkScalar.h"
class SK_API SkInterpolatorBase : SkNoncopyable {