Fix r213824 on windows

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-24 15:16:23 +00:00
parent 16fd27b2c3
commit cf3794498e

View 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 {