diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-02-17 08:26:06 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-02-17 08:26:06 +0000 |
commit | 74f2e9411822b0bb461f06a9f4819bd5476d9d97 (patch) | |
tree | 46c6300107df53f73dbfeb6b31fff9489cec026a /llvm/unittests/ProfileData/InstrProfTest.cpp | |
parent | ff5acaf50c17689d47848cfc8c3904d39e3760cd (diff) | |
download | bcm5719-llvm-74f2e9411822b0bb461f06a9f4819bd5476d9d97.tar.gz bcm5719-llvm-74f2e9411822b0bb461f06a9f4819bd5476d9d97.zip |
InstrProf: Add missing header from r229478
llvm-svn: 229481
Diffstat (limited to 'llvm/unittests/ProfileData/InstrProfTest.cpp')
-rw-r--r-- | llvm/unittests/ProfileData/InstrProfTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/unittests/ProfileData/InstrProfTest.cpp b/llvm/unittests/ProfileData/InstrProfTest.cpp index 2a6713176b7..1a25a1fd90d 100644 --- a/llvm/unittests/ProfileData/InstrProfTest.cpp +++ b/llvm/unittests/ProfileData/InstrProfTest.cpp @@ -11,6 +11,8 @@ #include "llvm/ProfileData/InstrProfWriter.h" #include "gtest/gtest.h" +#include <cstdarg> + using namespace llvm; namespace { |