aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tallstretchedbitmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/tallstretchedbitmaps.cpp')
-rw-r--r--gm/tallstretchedbitmaps.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/tallstretchedbitmaps.cpp b/gm/tallstretchedbitmaps.cpp
index b70ae3dc35..a16f54ac96 100644
--- a/gm/tallstretchedbitmaps.cpp
+++ b/gm/tallstretchedbitmaps.cpp
@@ -6,10 +6,12 @@
*/
#include "gm.h"
+
#include "SkCanvas.h"
#include "SkGradientShader.h"
#include "SkPath.h"
#include "SkRandom.h"
+#include "SkTo.h"
int make_bm(SkBitmap* bm, int height) {
constexpr int kRadius = 22;