Add another missing header that used to be included transitively.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 2 Mar 2015 01:08:07 +0000 (01:08 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 2 Mar 2015 01:08:07 +0000 (01:08 +0000)
llvm-svn: 230927

llvm/include/llvm/ProfileData/CoverageMapping.h

index 4d393b3..08a4f5c 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/Support/ErrorOr.h"
 #include "llvm/Support/raw_ostream.h"
 #include <system_error>
+#include <tuple>
 
 namespace llvm {
 class IndexedInstrProfReader;