aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/fill.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/fill.h')
-rw-r--r--libcxx/include/__algorithm/fill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/fill.h b/libcxx/include/__algorithm/fill.h
index 1fad1de993bf..0cb36b02c831 100644
--- a/libcxx/include/__algorithm/fill.h
+++ b/libcxx/include/__algorithm/fill.h
@@ -9,8 +9,8 @@
#ifndef _LIBCPP___ALGORITHM_FILL_H
#define _LIBCPP___ALGORITHM_FILL_H
-#include <__config>
#include <__algorithm/fill_n.h>
+#include <__config>
#include <__iterator/iterator_traits.h>
#include <type_traits>