From 2c388f76534e90dd1167beb8dd3089f17c92ca13 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 17 Feb 2015 08:26:06 +0000 Subject: [PATCH 1/1] InstrProf: Add missing header from r229478 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229481 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ProfileData/InstrProfTest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.34.1