diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/Format/FormatInternal.h')
-rw-r--r-- | contrib/llvm-project/clang/lib/Format/FormatInternal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/Format/FormatInternal.h b/contrib/llvm-project/clang/lib/Format/FormatInternal.h index 9043ce32e9e3..60c5bf6b786b 100644 --- a/contrib/llvm-project/clang/lib/Format/FormatInternal.h +++ b/contrib/llvm-project/clang/lib/Format/FormatInternal.h @@ -15,7 +15,9 @@ #ifndef LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H #define LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H -#include "BreakableToken.h" +#include "clang/Basic/LLVM.h" +#include "clang/Format/Format.h" +#include "clang/Tooling/Core/Replacement.h" #include <utility> namespace clang { |