From ebb20c51fa003192493a1718e37ce45a9e3998c5 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 28 Jul 2003 16:42:33 +0000 Subject: 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 --- include/llvm/Support/Mangler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/Support/Mangler.h') diff --git a/include/llvm/Support/Mangler.h b/include/llvm/Support/Mangler.h index 502b797343..533b44f525 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: -- cgit v1.2.3