Add <type_traits> for is_pod, fixing r241947
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 10 Jul 2015 22:17:49 +0000 (22:17 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 10 Jul 2015 22:17:49 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241949 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCSchedule.cpp

index 0aa20f9fe22bfe94ec44914620677d4ce83f0394..f3919427bf0522471bc4ce41b782737b8c7c7e8d 100644 (file)
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/MC/MCSchedule.h"
+#include <type_traits>
 
 using namespace llvm;