forked from OSchip/llvm-project
parent
c3d72c3cc5
commit
76ff65eb29
|
@ -16,6 +16,10 @@
|
|||
#ifndef LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
|
||||
#define LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
|
||||
|
||||
#include "BreakableToken.h"
|
||||
#include "clang/Tooling/Core/Lookup.h"
|
||||
#include <utility>
|
||||
|
||||
namespace clang {
|
||||
namespace format {
|
||||
namespace internal {
|
||||
|
|
Loading…
Reference in New Issue