Skip to content

Commit

Permalink
Merge pull request #6800 from ales-erjavec/fixes/simple_tree_qsort_r
Browse files Browse the repository at this point in the history
[FIX] _simple_tree.c: Fix compilation error with gcc 14
  • Loading branch information
lanzagar authored May 9, 2024
2 parents 5ada6c4 + a909234 commit 2867a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Orange/classification/_simple_tree.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#if (defined __GLIBC__ || defined __GNU__ || defined __linux__)
#define _GNU_SOURCE
#endif
#include <math.h>
#include <float.h>
#include <assert.h>
Expand Down

0 comments on commit 2867a75

Please sign in to comment.