aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imagefromyuvtextures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/imagefromyuvtextures.cpp')
-rw-r--r--gm/imagefromyuvtextures.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gm/imagefromyuvtextures.cpp b/gm/imagefromyuvtextures.cpp
index 8a26a0066e..4139ca802b 100644
--- a/gm/imagefromyuvtextures.cpp
+++ b/gm/imagefromyuvtextures.cpp
@@ -16,6 +16,7 @@
#include "SkBitmap.h"
#include "SkGradientShader.h"
#include "SkImage.h"
+#include "SkTo.h"
namespace skiagm {
class ImageFromYUVTextures : public GM {