summaryrefslogtreecommitdiffstats
path: root/lib/Format/FormatInternal.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-11-21 01:09:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-11-21 01:09:17 +0000
commit1b3c87f0bd69ddf2ae960abe5a57cbc8264fd16a (patch)
treec759d0c1329b51d3fbe1c0e633c44e7339bc8fdf /lib/Format/FormatInternal.h
parentb2e0d665f6efa84440f3faa2a4c2fcd106567f92 (diff)
FormatInternal.h: Add missing includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/FormatInternal.h')
-rw-r--r--lib/Format/FormatInternal.h4
1 files changed, 4 insertions, 0 deletions
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 <utility>
+
namespace clang {
namespace format {
namespace internal {