diff options
Diffstat (limited to 'llvm/include/Support/Tree.h')
| -rw-r--r-- | llvm/include/Support/Tree.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/include/Support/Tree.h b/llvm/include/Support/Tree.h index 9e8d5ae7efa..544e57e5263 100644 --- a/llvm/include/Support/Tree.h +++ b/llvm/include/Support/Tree.h @@ -10,6 +10,8 @@  #include <vector> +#include <assert.h> +  template<class ConcreteTreeNode, class Payload>  class Tree {    std::vector<ConcreteTreeNode*> Children;        // This nodes children, if any | 

