From: David Blaikie Date: Tue, 21 Nov 2017 01:09:17 +0000 (+0000) Subject: FormatInternal.h: Add missing includes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b3c87f0bd69ddf2ae960abe5a57cbc8264fd16a;p=clang FormatInternal.h: Add missing includes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318719 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/FormatInternal.h b/lib/Format/FormatInternal.h index 1373e9d2ee..3984158467 100644 --- a/lib/Format/FormatInternal.h +++ b/lib/Format/FormatInternal.h @@ -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 + namespace clang { namespace format { namespace internal {