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:
parent
ab56cdabbd
commit
f131cdeeb0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user