Add <type_traits> for is_pod, fixing r241947

llvm-svn: 241949
This commit is contained in:
Duncan P. N. Exon Smith 2015-07-10 22:17:49 +00:00
parent f54dc2384d
commit f787ed0b35
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCSchedule.h"
#include <type_traits>
using namespace llvm;