From 321f8319dafc1374cd9512d6555b7a1a07887d94 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 12:22:14 +0000 Subject: Add #include since Value.h doesn't include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14624 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/ModuleMaker/ModuleMaker.cpp | 1 + examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/ModuleMaker/ModuleMaker.cpp b/examples/ModuleMaker/ModuleMaker.cpp index a1b68449f3..71e6c8cd76 100644 --- a/examples/ModuleMaker/ModuleMaker.cpp +++ b/examples/ModuleMaker/ModuleMaker.cpp @@ -11,6 +11,7 @@ #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Bytecode/Writer.h" +#include using namespace llvm; diff --git a/examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp b/examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp index a1b68449f3..71e6c8cd76 100644 --- a/examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp +++ b/examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp @@ -11,6 +11,7 @@ #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Bytecode/Writer.h" +#include using namespace llvm; -- cgit v1.2.3