Include <tuple> to make buildbots happy

llvm-svn: 211949
This commit is contained in:
David Majnemer 2014-06-27 18:38:12 +00:00
parent 2a38f449ff
commit cd75aeba23

View File

@ -24,6 +24,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include <cctype>
#include <tuple>
using namespace llvm;