diff options
Diffstat (limited to 'llvm/include/Support/DepthFirstIterator.h')
-rw-r--r-- | llvm/include/Support/DepthFirstIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/Support/DepthFirstIterator.h b/llvm/include/Support/DepthFirstIterator.h index e0782ac83aa..7ae4b9dc6ff 100644 --- a/llvm/include/Support/DepthFirstIterator.h +++ b/llvm/include/Support/DepthFirstIterator.h @@ -9,7 +9,7 @@ #define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H #include "Support/GraphTraits.h" -#include <Support/iterator> +#include "Support/iterator" #include <stack> #include <set> |