diff options
author | 2022-09-25 22:08:17 -0400 | |
---|---|---|
committer | 2022-09-25 22:08:17 -0400 | |
commit | 6252b49c4754620e641d18bc4f8e620a570e4e66 (patch) | |
tree | a31a1058965dd3ae132172317fca6b89d57e0b6a /src/lib/util/zippath.cpp | |
parent | 7e61dc3a3dacb645de7554eadf7e43ff62b47914 (diff) |
corefile.h: Move filename utilities to path.h
Diffstat (limited to 'src/lib/util/zippath.cpp')
-rw-r--r-- | src/lib/util/zippath.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/zippath.cpp b/src/lib/util/zippath.cpp index 49cced27ff1..a5bb2cae8af 100644 --- a/src/lib/util/zippath.cpp +++ b/src/lib/util/zippath.cpp @@ -11,6 +11,7 @@ #include "zippath.h" #include "corestr.h" +#include "path.h" #include "unzip.h" #include <algorithm> |