Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 24, 2024
1 parent f703500 commit 83aa138
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ A total of 3 people contributed to this release. Thank you to the following cont

<details>

- [`90e96d0`](https://github.com/stdlib-js/stdlib/commit/90e96d01b7a32ec3b71caf3e5f57528338199a8f) - **chore:** minor clean-up _(by Philipp Burckhardt)_
- [`7d6450c`](https://github.com/stdlib-js/stdlib/commit/7d6450c671dd91fffbec536a216a76f9e094dad0) - **docs:** update related packages sections [(#4186)](https://github.com/stdlib-js/stdlib/pull/4186) _(by stdlib-bot)_
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
- [`8684eb4`](https://github.com/stdlib-js/stdlib/commit/8684eb429498a239bff9bdd72f443dd1cd981552) - **docs:** update related packages sections [(#4114)](https://github.com/stdlib-js/stdlib/pull/4114) _(by stdlib-bot, Athan Reines)_
Expand Down
1 change: 1 addition & 0 deletions common/src/quaternary.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* ```
*
*/

#include "stdlib/strided/common/quaternary.h"
#include "stdlib/strided/common/quaternary_typedefs.h"
#include "stdlib/strided/common/quaternary_macros.h"
Expand Down
1 change: 1 addition & 0 deletions common/src/quinary.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* ```
*
*/

#include "stdlib/strided/common/quinary.h"
#include "stdlib/strided/common/quinary_typedefs.h"
#include "stdlib/strided/common/quinary_macros.h"
Expand Down
1 change: 1 addition & 0 deletions common/src/ternary.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* ```
*
*/

#include "stdlib/strided/common/ternary.h"
#include "stdlib/strided/common/ternary_typedefs.h"
#include "stdlib/strided/common/ternary_macros.h"
Expand Down

0 comments on commit 83aa138

Please sign in to comment.