Skip to content

Commit 6c9af0a

Browse files
authored
fix: add missing include
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent a7022a6 commit 6c9af0a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/skewness/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
18+
#include "stdlib/stats/base/dists/gumbel/skewness.h"
1919
#include "stdlib/math/base/assert/is_nan.h"
2020

2121
static const double SKEWNESS = 1.1395470994046488;

0 commit comments

Comments
 (0)