diff --git a/llvm/include/llvm/Argument.h b/llvm/include/llvm/Argument.h index ab4ee1bf0eba..d39c373b0a58 100644 --- a/llvm/include/llvm/Argument.h +++ b/llvm/include/llvm/Argument.h @@ -19,6 +19,10 @@ namespace llvm { +template struct ilist_traits; +template class SymbolTableListTraits; + class Argument : public Value { // Defined in the Function.cpp file Function *Parent;