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:
parent
99f7e3a3dd
commit
42fc7ccb77
@ -13,6 +13,8 @@
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace coverage;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user