Whoops, accidentally lost a #include

llvm-svn: 6841
This commit is contained in:
Chris Lattner 2003-06-22 03:04:58 +00:00
parent d791d8e427
commit c7031d0244
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#ifndef LLVM_ANALYSIS_DSNODE_H
#define LLVM_ANALYSIS_DSNODE_H
#include "llvm/Analysis/DSSupport.h"
template<typename BaseType>
class DSNodeIterator; // Data structure graph traversal iterator