Fix r213824 on windows

llvm-svn: 213866
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-24 15:16:23 +00:00
parent 31f42318d8
commit 857fd660d8
1 changed files with 2 additions and 0 deletions

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 {