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 4d31f58c88
commit 1f92ce67c5

View File

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