Skip to content

Commit 3b9aee2

Browse files
authored
[WSL] Fix building under WSL (#204)
* [wsl] Fix wsl compile * style
1 parent b1556f1 commit 3b9aee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Support/Check.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "Support/Check.h"
1313
#include "llvm/Support/Error.h"
1414
#include "llvm/Support/raw_ostream.h"
15+
#include <cmath>
1516

1617
static bool isDenorm(float F) { return std::fpclassify(F) == FP_SUBNORMAL; }
1718

0 commit comments

Comments
 (0)