[llvm-commits] [llvm] r55451 - /llvm/trunk/include/llvm/Argument.h

Dan Gohman gohman at apple.com
Wed Aug 27 17:20:08 PDT 2008


Author: djg
Date: Wed Aug 27 19:20:07 2008
New Revision: 55451

URL: http://llvm.org/viewvc/llvm-project?rev=55451&view=rev
Log:
Fix a missing #include. Patch by Andrew John Hughes.

Modified:
    llvm/trunk/include/llvm/Argument.h

Modified: llvm/trunk/include/llvm/Argument.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Argument.h?rev=55451&r1=55450&r2=55451&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Argument.h (original)
+++ llvm/trunk/include/llvm/Argument.h Wed Aug 27 19:20:07 2008
@@ -16,6 +16,7 @@
 
 #include "llvm/Value.h"
 #include "llvm/ParameterAttributes.h"
+#include "llvm/ADT/ilist_node.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list