From: Justin Bogner Date: Tue, 17 Feb 2015 08:26:06 +0000 (+0000) Subject: InstrProf: Add missing header from r229478 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=2c388f76534e90dd1167beb8dd3089f17c92ca13 InstrProf: Add missing header from r229478 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229481 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/ProfileData/InstrProfTest.cpp b/unittests/ProfileData/InstrProfTest.cpp index 2a6713176b7..1a25a1fd90d 100644 --- a/unittests/ProfileData/InstrProfTest.cpp +++ b/unittests/ProfileData/InstrProfTest.cpp @@ -11,6 +11,8 @@ #include "llvm/ProfileData/InstrProfWriter.h" #include "gtest/gtest.h" +#include + using namespace llvm; namespace {