forked from OSchip/llvm-project
Add another missing header that used to be included transitively.
llvm-svn: 230927
This commit is contained in:
parent
85c9baca06
commit
43e7f96f64
|
@ -23,6 +23,7 @@
|
|||
#include "llvm/Support/ErrorOr.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include <system_error>
|
||||
#include <tuple>
|
||||
|
||||
namespace llvm {
|
||||
class IndexedInstrProfReader;
|
||||
|
|
Loading…
Reference in New Issue