diff options
Diffstat (limited to 'include/Support/PostOrderIterator.h')
-rw-r--r-- | include/Support/PostOrderIterator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Support/PostOrderIterator.h b/include/Support/PostOrderIterator.h index 85b3bf649c..97027114cf 100644 --- a/include/Support/PostOrderIterator.h +++ b/include/Support/PostOrderIterator.h @@ -122,6 +122,9 @@ ipo_iterator<T> ipo_end(T G){ // } // +#include "llvm/BasicBlock.h" // FIXME! +#include "llvm/Method.h" // FIXME! + typedef std::vector<BasicBlock*>::reverse_iterator rpo_iterator; // TODO: FIXME: ReversePostOrderTraversal is not generic! class ReversePostOrderTraversal { |