From 799003bf8c4e9637091c1e16b214d065d15958e6 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 23 Mar 2015 19:32:43 +0000 Subject: Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. llvm-svn: 232998 --- llvm/lib/IR/Value.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/IR/Value.cpp') diff --git a/llvm/lib/IR/Value.cpp b/llvm/lib/IR/Value.cpp index 2d9c306d723..78bfca40916 100644 --- a/llvm/lib/IR/Value.cpp +++ b/llvm/lib/IR/Value.cpp @@ -32,6 +32,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" +#include "llvm/Support/raw_ostream.h" #include using namespace llvm; -- cgit v1.2.3