projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6d5d1
)
Add <type_traits> for is_pod, fixing r241947
author
Duncan P. N. Exon Smith
<dexonsmith@apple.com>
Fri, 10 Jul 2015 22:17:49 +0000
(22:17 +0000)
committer
Duncan 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
patch
|
blob
|
history
diff --git
a/lib/MC/MCSchedule.cpp
b/lib/MC/MCSchedule.cpp
index 0aa20f9fe22bfe94ec44914620677d4ce83f0394..f3919427bf0522471bc4ce41b782737b8c7c7e8d 100644
(file)
--- a/
lib/MC/MCSchedule.cpp
+++ b/
lib/MC/MCSchedule.cpp
@@
-12,6
+12,7
@@
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCSchedule.h"
+#include <type_traits>
using namespace llvm;