Skip to content

Commit 2f1673e

Browse files
committed
Follow up on #147623
1 parent 11325fd commit 2f1673e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
#include "llvm/Support/raw_ostream.h"
6767
#include <cstring>
6868
#include <functional>
69+
#include <limits>
6970
#include <optional>
7071

7172
#define DEBUG_TYPE "exprconstant"

clang/lib/Format/Format.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "UnwrappedLineFormatter.h"
2323
#include "UsingDeclarationsSorter.h"
2424
#include "clang/Tooling/Inclusions/HeaderIncludes.h"
25-
2625
#include "llvm/ADT/Sequence.h"
2726
#include <limits>
2827

0 commit comments

Comments
 (0)