Skip to content

Commit f362e12

Browse files
committed
[clang-format] Make header self-contained
These includes were removed in 426e694
1 parent 3493438 commit f362e12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/lib/Format/FormatInternal.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
#ifndef LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
1616
#define LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
1717

18+
#include "clang/Basic/LLVM.h"
19+
#include "clang/Format/Format.h"
20+
#include "clang/Tooling/Core/Replacement.h"
21+
#include <utility>
22+
1823
namespace clang {
1924
namespace format {
2025
namespace internal {

0 commit comments

Comments
 (0)