Fix r213824 on windows
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 24 Jul 2014 15:16:23 +0000 (15:16 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Thu, 24 Jul 2014 15:16:23 +0000 (15:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213866 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/IR/UseTest.cpp

index 6e58bd2293c3e137566b826827a9851ee8455439..edfef63a377bd88cee6fad0280035c366891aad6 100644 (file)
@@ -15,6 +15,8 @@
 #include "llvm/IR/Instructions.h"
 #include "llvm/Support/SourceMgr.h"
 #include "gtest/gtest.h"
+#include <string>
+
 using namespace llvm;
 
 namespace {