Fix a missing #include. Patch by Andrew John Hughes.

llvm-svn: 55451
This commit is contained in:
Dan Gohman 2008-08-28 00:20:07 +00:00
parent e1a9a780a5
commit 0e92132f2a
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "llvm/Value.h"
#include "llvm/ParameterAttributes.h"
#include "llvm/ADT/ilist_node.h"
namespace llvm {