diff options
Diffstat (limited to 'include/Support/PostOrderIterator.h')
-rw-r--r-- | include/Support/PostOrderIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/PostOrderIterator.h b/include/Support/PostOrderIterator.h index a9f13da03d..507f4c2a0b 100644 --- a/include/Support/PostOrderIterator.h +++ b/include/Support/PostOrderIterator.h @@ -10,7 +10,7 @@ #define LLVM_SUPPORT_POSTORDER_ITERATOR_H #include "Support/GraphTraits.h" -#include <Support/iterator> +#include "Support/iterator" #include <stack> #include <set> |