diff options
-rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/StreamArray.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h b/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h index ecd3b19aa61..03dc4ae5a6f 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h +++ b/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h @@ -13,6 +13,7 @@ #include "llvm/DebugInfo/CodeView/StreamRef.h" #include <functional> +#include <type_traits> namespace llvm { namespace codeview { |