From: Tanya Lattner Date: Mon, 28 Jul 2003 16:42:33 +0000 (+0000) Subject: Need to include to fix compile error on Sun X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebb20c51fa003192493a1718e37ce45a9e3998c5;p=oota-llvm.git Need to include to fix compile error on Sun git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 502b7973439..533b44f5256 100644 --- a/include/llvm/Support/Mangler.h +++ b/include/llvm/Support/Mangler.h @@ -11,6 +11,7 @@ class Value; class Module; #include #include +#include class Mangler { public: