X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FProfileData%2FInstrProfTest.cpp;h=1a25a1fd90d04690dbd087de4967c787bc186ba9;hp=2a6713176b7e169283e7c66d84502a23fe27b7b6;hb=2c388f76534e90dd1167beb8dd3089f17c92ca13;hpb=e275542046819023728dc4ecffd1ebef381df385;ds=sidebyside 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 {