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 a0d531f031
commit 82d6ff6b5b
1 changed files with 1 additions and 0 deletions

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;