diff --git a/CHANGELOG.md b/CHANGELOG.md index e3237439..69411930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
+- [`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)_ diff --git a/common/src/quaternary.c b/common/src/quaternary.c index 319f82c0..78fc38fc 100644 --- a/common/src/quaternary.c +++ b/common/src/quaternary.c @@ -62,6 +62,7 @@ * ``` * */ + #include "stdlib/strided/common/quaternary.h" #include "stdlib/strided/common/quaternary_typedefs.h" #include "stdlib/strided/common/quaternary_macros.h" diff --git a/common/src/quinary.c b/common/src/quinary.c index d114b4eb..e4426d83 100644 --- a/common/src/quinary.c +++ b/common/src/quinary.c @@ -62,6 +62,7 @@ * ``` * */ + #include "stdlib/strided/common/quinary.h" #include "stdlib/strided/common/quinary_typedefs.h" #include "stdlib/strided/common/quinary_macros.h" diff --git a/common/src/ternary.c b/common/src/ternary.c index 3184df07..10990c5e 100644 --- a/common/src/ternary.c +++ b/common/src/ternary.c @@ -62,6 +62,7 @@ * ``` * */ + #include "stdlib/strided/common/ternary.h" #include "stdlib/strided/common/ternary_typedefs.h" #include "stdlib/strided/common/ternary_macros.h"