summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-05-27 02:12:35 +0000
committerZachary Turner <zturner@google.com>2016-05-27 02:12:35 +0000
commitb822424f476d86ead8f28cde6f62cdaa759e3aa4 (patch)
tree28633ff300975f4c2fa3f65a9d8cd2f175d36026
parente6abf3d29fcd1fb6cceeeda564c564172307f9cf (diff)
downloadbcm5719-llvm-b822424f476d86ead8f28cde6f62cdaa759e3aa4.tar.gz
bcm5719-llvm-b822424f476d86ead8f28cde6f62cdaa759e3aa4.zip
[codeview] #include missing header breaking builds.
llvm-svn: 270954
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/StreamArray.h1
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 {
OpenPOWER on IntegriCloud