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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230927 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ProfileData/CoverageMapping.h

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