InstrProf: std::to_string needs to #include <string>
authorJustin Bogner <mail@justinbogner.com>
Wed, 4 Feb 2015 11:19:16 +0000 (11:19 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 4 Feb 2015 11:19:16 +0000 (11:19 +0000)
llvm-svn: 228136

llvm/unittests/ProfileData/CoverageMappingTest.cpp

index 5477f81..5709f91 100644 (file)
@@ -13,6 +13,8 @@
 #include "llvm/Support/raw_ostream.h"
 #include "gtest/gtest.h"
 
+#include <string>
+
 using namespace llvm;
 using namespace coverage;