Index: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/clamr_cpuonly.cpp =================================================================== --- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/clamr_cpuonly.cpp +++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/clamr_cpuonly.cpp @@ -55,7 +55,7 @@ */ #include -#include +#include #include #include #include @@ -499,7 +499,7 @@ int error_status = STATUS_OK; - if (isnan(H_sum)) { + if (std::isnan(H_sum)) { printf("Got a NAN on cycle %d\n",ncycle); error_status = STATUS_NAN; }