From: Reid Spencer Date: Sun, 4 Jul 2004 10:58:20 +0000 (+0000) Subject: Added #include since this header is no longer picked up from X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d59de545ac87a1f7e8646b9e5636ec1d1b2a5ff;p=oota-llvm.git Added #include since this header is no longer picked up from the Value.h header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14597 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Assembly/PrintModulePass.h b/include/llvm/Assembly/PrintModulePass.h index 28100805a7b..fc7e6f48a57 100644 --- a/include/llvm/Assembly/PrintModulePass.h +++ b/include/llvm/Assembly/PrintModulePass.h @@ -20,6 +20,7 @@ #include "llvm/Pass.h" #include "llvm/Module.h" +#include namespace llvm {