Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix isnan() and isinf() on Clang.
  • Loading branch information
int19h authored and LinusU committed Feb 14, 2017
1 parent bdc7201 commit 5941e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanvasRenderingContext2d.cc
Expand Up @@ -5,7 +5,7 @@
// Copyright (c) 2010 LearnBoost <tj@learnboost.com>
//

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

0 comments on commit 5941e13

Please sign in to comment.