Skip to content

Commit b06abb5

Browse files
authored
Merge pull request Automattic#864 from int19h/master
Fix isnan() and isinf() on Clang.
2 parents 188c4ca + 2e6a2b7 commit b06abb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CanvasRenderingContext2d.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright (c) 2010 LearnBoost <tj@learnboost.com>
66
//
77

8-
#include <math.h>
8+
#include <cmath>
99
#include <stdlib.h>
1010
#include <limits>
1111
#include <vector>

0 commit comments

Comments
 (0)