[llvm] r270954 - [codeview] #include missing header breaking builds.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 19:12:35 PDT 2016


Author: zturner
Date: Thu May 26 21:12:35 2016
New Revision: 270954

URL: http://llvm.org/viewvc/llvm-project?rev=270954&view=rev
Log:
[codeview] #include missing header breaking builds.

Modified:
    llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h

Modified: llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h?rev=270954&r1=270953&r2=270954&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h Thu May 26 21:12:35 2016
@@ -13,6 +13,7 @@
 #include "llvm/DebugInfo/CodeView/StreamRef.h"
 
 #include <functional>
+#include <type_traits>
 
 namespace llvm {
 namespace codeview {




More information about the llvm-commits mailing list