1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

InstrProf: std::to_string needs to #include <string>

llvm-svn: 228136
This commit is contained in:
Justin Bogner 2015-02-04 11:19:16 +00:00
parent 99f7e3a3dd
commit 42fc7ccb77

View File

@ -13,6 +13,8 @@
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"
#include <string>
using namespace llvm;
using namespace coverage;