From 925f7fd54c4e47fca59860447c8d0b61c96d1302 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 10:58:20 +0000 Subject: [PATCH] Added #include since this header is no longer picked up from the Value.h header. llvm-svn: 14597 --- include/llvm/Assembly/PrintModulePass.h | 1 + 1 file changed, 1 insertion(+) 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 {