summaryrefslogtreecommitdiffstats
path: root/clangd/Compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'clangd/Compiler.h')
-rw-r--r--clangd/Compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clangd/Compiler.h b/clangd/Compiler.h
index e812a895..97b683c9 100644
--- a/clangd/Compiler.h
+++ b/clangd/Compiler.h
@@ -14,6 +14,7 @@
//===---------------------------------------------------------------------===//
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_COMPILER_H
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_COMPILER_H
+
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/CompilerInvocation.h"
#include "clang/Frontend/PrecompiledPreamble.h"