Mercurial > MadButterfly
diff src/graph_engine_skia.cpp @ 495:9e36e06fcc18 Android_Skia
Include SkRegion.h for graph_engine_skia.cpp
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 26 Nov 2009 15:03:00 +0800 |
parents | d984a6672be7 |
children | 6abc53f00792 |
line wrap: on
line diff
--- a/src/graph_engine_skia.cpp Thu Nov 26 15:03:00 2009 +0800 +++ b/src/graph_engine_skia.cpp Thu Nov 26 15:03:00 2009 +0800 @@ -35,6 +35,7 @@ #include <stdio.h> #include <SkCanvas.h> #include <SkBitmap.h> +#include <SkRegion.h> #include <SkShader.h> #include <SkDevice.h> #include <SkGradientShader.h>