1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 e1819eb4e3
commit 5d98694c04

View File

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