Skip to content

Commit 947be24

Browse files
Zentrikgiordano
authored andcommitted
Include cmath to fix build error on mac os 10.14 (llvm#88665)
This fixes llvm#88664. (cherry picked from commit a5f5417)
1 parent d7563d0 commit 947be24

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)