Skip to content

Commit 59dffce

Browse files
committed
[FIX] Include <numeric> in clang/lib/CodeGen/CGExpr.cpp
It uses `std::iota` but the header was not included.
1 parent 13918f5 commit 59dffce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#include "llvm/Support/xxhash.h"
4747
#include "llvm/Transforms/Utils/SanitizerStats.h"
4848

49+
#include <numeric>
4950
#include <optional>
5051
#include <string>
5152

0 commit comments

Comments
 (0)