From 86f42bdad93677fa0ca33b27afb0f493028376cb Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:20:55 +0000 Subject: Add #include since Value.h does not include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14623 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-as/llvm-as.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/llvm-as') diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index 9e9290d2cc..eaa5a09c51 100644 --- a/tools/llvm-as/llvm-as.cpp +++ b/tools/llvm-as/llvm-as.cpp @@ -22,6 +22,7 @@ #include "Support/CommandLine.h" #include "llvm/System/Signals.h" #include +#include #include using namespace llvm; -- cgit v1.2.3