From: David Blaikie Date: Tue, 21 Nov 2017 01:09:17 +0000 (+0000) Subject: FormatInternal.h: Add missing includes. X-Git-Tag: llvmorg-6.0.0-rc1~2949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76ff65eb297515620286e78ec001e92ca58558e1;p=platform%2Fupstream%2Fllvm.git FormatInternal.h: Add missing includes. llvm-svn: 318719 --- diff --git a/clang/lib/Format/FormatInternal.h b/clang/lib/Format/FormatInternal.h index 1373e9d..3984158 100644 --- a/clang/lib/Format/FormatInternal.h +++ b/clang/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 {