From 954da37bb492b519f5c31dc360f2a142567e08b4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:19:56 +0000 Subject: Add #include since Value.h does not #include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14622 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineCodeEmitter.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/CodeGen/MachineCodeEmitter.cpp') diff --git a/lib/CodeGen/MachineCodeEmitter.cpp b/lib/CodeGen/MachineCodeEmitter.cpp index fdfd392237..224c8c37cc 100644 --- a/lib/CodeGen/MachineCodeEmitter.cpp +++ b/lib/CodeGen/MachineCodeEmitter.cpp @@ -15,6 +15,8 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Function.h" #include +#include + using namespace llvm; namespace { -- cgit v1.2.3-18-g5258