Add another missing header that used to be included transitively.

llvm-svn: 230927
This commit is contained in:
Benjamin Kramer 2015-03-02 01:08:07 +00:00
parent 85c9baca06
commit 43e7f96f64
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "llvm/Support/ErrorOr.h" #include "llvm/Support/ErrorOr.h"
#include "llvm/Support/raw_ostream.h" #include "llvm/Support/raw_ostream.h"
#include <system_error> #include <system_error>
#include <tuple>
namespace llvm { namespace llvm {
class IndexedInstrProfReader; class IndexedInstrProfReader;