aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/clamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/clamp.h')
-rw-r--r--libcxx/include/__algorithm/clamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__algorithm/clamp.h b/libcxx/include/__algorithm/clamp.h
index a51c1015be3f..b3762b85a0bc 100644
--- a/libcxx/include/__algorithm/clamp.h
+++ b/libcxx/include/__algorithm/clamp.h
@@ -10,11 +10,11 @@
#define _LIBCPP___ALGORITHM_CLAMP_H
#include <__algorithm/comp.h>
+#include <__assert>
#include <__config>
-#include <__debug>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_STD