From: Benjamin Kramer Date: Mon, 2 Mar 2015 01:08:07 +0000 (+0000) Subject: Add another missing header that used to be included transitively. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=11ec3cfe5d06306048287d4bd4ca3fb5512a07a3 Add another missing header that used to be included transitively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230927 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ProfileData/CoverageMapping.h b/include/llvm/ProfileData/CoverageMapping.h index 4d393b3e948..08a4f5ca16a 100644 --- a/include/llvm/ProfileData/CoverageMapping.h +++ b/include/llvm/ProfileData/CoverageMapping.h @@ -23,6 +23,7 @@ #include "llvm/Support/ErrorOr.h" #include "llvm/Support/raw_ostream.h" #include +#include namespace llvm { class IndexedInstrProfReader;