Skip to content

Commit

Permalink
Fix isnan() and isinf() on Clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
int19h committed Jan 2, 2017
1 parent 188c4ca commit 2e6a2b7
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 2e6a2b7

Please sign in to comment.