From cf3794498e7a4f04fbc67ddbedf2c2360bc38aca Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 24 Jul 2014 15:16:23 +0000 Subject: [PATCH] Fix r213824 on windows git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213866 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/IR/UseTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittests/IR/UseTest.cpp b/unittests/IR/UseTest.cpp index 6e58bd2293c..edfef63a377 100644 --- a/unittests/IR/UseTest.cpp +++ b/unittests/IR/UseTest.cpp @@ -15,6 +15,8 @@ #include "llvm/IR/Instructions.h" #include "llvm/Support/SourceMgr.h" #include "gtest/gtest.h" +#include + using namespace llvm; namespace { -- 2.40.0