missing M_PI include needed on Windows

git-svn-id: http://skia.googlecode.com/svn/trunk@10209 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-07-19 20:33:36 +00:00
parent ab56cdabbd
commit f131cdeeb0

View File

@ -12,6 +12,10 @@
#include "SkMath.h"
#define _USE_MATH_DEFINES
#include <math.h>
// size of the precomputed bitmap filter tables for high quality filtering.
// Used to precompute the shape of the filter kernel.
// Table size chosen from experiments to see where I could start to see a difference.