forked from OSchip/llvm-project
[clangd] Added missing #includes to Function.h
llvm-svn: 315324
This commit is contained in:
parent
cfcc0d3eb6
commit
eab499d31b
|
@ -14,6 +14,9 @@
|
|||
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_FUNCTION_H
|
||||
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_FUNCTION_H
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
|
Loading…
Reference in New Issue