Adding some includes to appease build bots. Amends r203354

llvm-svn: 203356
This commit is contained in:
Aaron Ballman 2014-03-08 20:15:31 +00:00
parent e8a8baef44
commit 7fad360fe3
1 changed files with 5 additions and 3 deletions

View File

@ -19,6 +19,8 @@
#ifndef LLVM_ADT_ITERATOR_RANGE_H
#define LLVM_ADT_ITERATOR_RANGE_H
#include <algorithm>
#include <iterator>
#include <utility>
namespace llvm {