We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf765 commit 9084d2aCopy full SHA for 9084d2a
libc/src/stdlib/qsort_pivot.h
@@ -9,6 +9,8 @@
9
#ifndef LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
10
#define LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
11
12
+#include "src/__support/macros/attributes.h"
13
+
14
#include <stddef.h> // For size_t
15
16
namespace LIBC_NAMESPACE_DECL {
0 commit comments