Skip to content

Commit

Permalink
Merge pull request Automattic#864 from int19h/master
Browse files Browse the repository at this point in the history
Fix isnan() and isinf() on Clang.
  • Loading branch information
LinusU authored Feb 14, 2017
2 parents 188c4ca + 2e6a2b7 commit b06abb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanvasRenderingContext2d.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Copyright (c) 2010 LearnBoost <[email protected]>
//

#include <math.h>
#include <cmath>
#include <stdlib.h>
#include <limits>
#include <vector>
Expand Down

0 comments on commit b06abb5

Please sign in to comment.