Skip to content

Commit a5f5417

Browse files
authored
Include cmath to fix build error on mac os 10.14 (#88665)
This fixes #88664.
1 parent 84ec2d3 commit a5f5417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clang-tidy/modernize/UseStdNumbersCheck.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "llvm/Support/FormatVariadic.h"
3030
#include "llvm/Support/MathExtras.h"
3131
#include <array>
32+
#include <cmath>
3233
#include <cstdint>
3334
#include <cstdlib>
3435
#include <initializer_list>

0 commit comments

Comments
 (0)