src/work/bfs_iterator.h
changeset 277 044f5898b769
parent 243 a85fd87460e3
child 279 be43902fadb7
equal deleted inserted replaced
1:87f40050526f 2:0d8b7d98935d
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #ifndef BFS_ITERATOR_H
     2 #ifndef HUGO_BFS_ITERATOR_H
     3 #define BFS_ITERATOR_H
     3 #define HUGO_BFS_ITERATOR_H
     4 
     4 
     5 #include <queue>
     5 #include <queue>
     6 #include <stack>
     6 #include <stack>
     7 #include <utility>
     7 #include <utility>
     8 #include <graph_wrapper.h>
     8 #include <graph_wrapper.h>
   832 
   832 
   833 
   833 
   834 
   834 
   835 } // namespace hugo
   835 } // namespace hugo
   836 
   836 
   837 #endif //BFS_ITERATOR_H
   837 #endif //HUGO_BFS_ITERATOR_H