Skip to content

Commit f9db209

Browse files
committed
[Evaluator test] Pull in std::isnan.
1 parent 798d60c commit f9db209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/AST/ArithmeticEvaluator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
using namespace swift;
2525
using namespace llvm;
26+
using std::isnan;
2627

2728
class ArithmeticExpr {
2829
public:

0 commit comments

Comments
 (0)