fix build

This commit is contained in:
Dylan K. Taylor 2022-04-10 21:37:10 +01:00
parent 3353a00641
commit 453bf6d73b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -37,6 +37,7 @@ use function implode;
use function is_numeric; use function is_numeric;
use function ksort; use function ksort;
use function min; use function min;
use function sort;
use function strtolower; use function strtolower;
use const SORT_FLAG_CASE; use const SORT_FLAG_CASE;
use const SORT_NATURAL; use const SORT_NATURAL;