Skip to content

Commit

Permalink
Fix test/unit/pj_phi2_test.cc for gcc 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 30, 2018
1 parent 1e42254 commit ba4ef84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/pj_phi2_test.cc
Expand Up @@ -18,6 +18,8 @@
#include "gunit.h"
#include "src/projects.h"

#define isnan std::isnan

namespace {

TEST(PjPhi2Test, Basic) {
Expand Down

0 comments on commit ba4ef84

Please sign in to comment.