From 5a96f93573439be771ce9609fa2a5754c94485b6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Dec 2009 07:12:03 +0000 Subject: sink twine.h down out of Value.h. It is annoying that you need to #include Twine.h just to give a twine a default value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92247 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Argument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/Argument.h') diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h index ca54f48c36..71c001fbe1 100644 --- a/include/llvm/Argument.h +++ b/include/llvm/Argument.h @@ -17,6 +17,7 @@ #include "llvm/Value.h" #include "llvm/Attributes.h" #include "llvm/ADT/ilist_node.h" +#include "llvm/ADT/Twine.h" namespace llvm { -- cgit v1.2.3