From 0e2b43fee2b6c68ee652defcd5f3e849fe1d6888 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 28 Aug 2008 00:20:07 +0000 Subject: Fix a missing #include. Patch by Andrew John Hughes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55451 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 c69caab831..ce81a94a63 100644 --- a/include/llvm/Argument.h +++ b/include/llvm/Argument.h @@ -16,6 +16,7 @@ #include "llvm/Value.h" #include "llvm/ParameterAttributes.h" +#include "llvm/ADT/ilist_node.h" namespace llvm { -- cgit v1.2.3