diff --git a/repertory/librepertory/src/utils/file_utils.cpp b/repertory/librepertory/src/utils/file_utils.cpp index 61be5449..40f7055d 100644 --- a/repertory/librepertory/src/utils/file_utils.cpp +++ b/repertory/librepertory/src/utils/file_utils.cpp @@ -277,7 +277,7 @@ auto generate_sha256(const std::string &file_path) -> std::string { std::to_string(res)); } - auto nf = util::file::file::open_file(file_path); + auto nf = utils::file::file::open_file(file_path); if (not nf) { throw std::runtime_error("failed to open file|" + file_path); }