aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/unwrap_iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/unwrap_iter.h')
-rw-r--r--libcxx/include/__algorithm/unwrap_iter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/unwrap_iter.h b/libcxx/include/__algorithm/unwrap_iter.h
index f77ecca6eee6..35765330bb7f 100644
--- a/libcxx/include/__algorithm/unwrap_iter.h
+++ b/libcxx/include/__algorithm/unwrap_iter.h
@@ -10,8 +10,8 @@
#define _LIBCPP___ALGORITHM_UNWRAP_ITER_H
#include <__config>
-#include <iterator>
#include <__memory/pointer_traits.h>
+#include <iterator>
#include <type_traits>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)