forked from OSchip/llvm-project
InstrProf: Add missing header from r229478
llvm-svn: 229481
This commit is contained in:
parent
ff5acaf50c
commit
74f2e94118
|
@ -11,6 +11,8 @@
|
|||
#include "llvm/ProfileData/InstrProfWriter.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
|
Loading…
Reference in New Issue