RegionLoader: added missing const import

This commit is contained in:
Dylan K. Taylor 2020-06-15 13:46:03 +01:00
parent bb2685ca65
commit 627a7c951a

View File

@ -53,6 +53,7 @@ use function substr;
use function time; use function time;
use function touch; use function touch;
use function unpack; use function unpack;
use const SORT_NUMERIC;
use const STR_PAD_RIGHT; use const STR_PAD_RIGHT;
class RegionLoader{ class RegionLoader{