1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

InstrProf: Add missing header from r229478

llvm-svn: 229481
This commit is contained in:
Justin Bogner 2015-02-17 08:26:06 +00:00
parent 812c46b9de
commit 6f0aac0467

View File

@ -11,6 +11,8 @@
#include "llvm/ProfileData/InstrProfWriter.h"
#include "gtest/gtest.h"
#include <cstdarg>
using namespace llvm;
namespace {