diff options
| author | Ilya Biryukov <ibiryukov@google.com> | 2017-10-10 16:12:50 +0000 |
|---|---|---|
| committer | Ilya Biryukov <ibiryukov@google.com> | 2017-10-10 16:12:50 +0000 |
| commit | eab499d31b27ebe028896ac90b4ef56e6f7e5acd (patch) | |
| tree | 8368fe505a8e48d59d805ae189a36e6220629a22 /clang-tools-extra/clangd/Function.h | |
| parent | cfcc0d3eb6766315cf379ce216c2ab1b36db47f2 (diff) | |
| download | bcm5719-llvm-eab499d31b27ebe028896ac90b4ef56e6f7e5acd.tar.gz bcm5719-llvm-eab499d31b27ebe028896ac90b4ef56e6f7e5acd.zip | |
[clangd] Added missing #includes to Function.h
llvm-svn: 315324
Diffstat (limited to 'clang-tools-extra/clangd/Function.h')
| -rw-r--r-- | clang-tools-extra/clangd/Function.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/Function.h b/clang-tools-extra/clangd/Function.h index 122a92160cd..d1bc94b3436 100644 --- a/clang-tools-extra/clangd/Function.h +++ b/clang-tools-extra/clangd/Function.h @@ -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> |

