[clangd] Added missing #includes to Function.h

llvm-svn: 315324
This commit is contained in:
Ilya Biryukov 2017-10-10 16:12:50 +00:00
parent cfcc0d3eb6
commit eab499d31b
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_FUNCTION_H #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_FUNCTION_H
#define 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 <tuple>
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>