fix nix build

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-07-18 20:23:01 +03:00
parent 27259ff52d
commit aa265a45ee
7 changed files with 11 additions and 12 deletions

View File

@@ -33,6 +33,7 @@
* limitations under the License.
*/
#include "ArchiveReader.h"
#include <archive.h>
#include <archive_entry.h>
#include <QDir>
#include <QFileInfo>
@@ -239,4 +240,5 @@ bool ArchiveReader::exists(const QString& filePath) const
return false;
}
ArchiveReader::File::File() : m_archive(ArchivePtr(archive_read_new(), archive_read_free)) {}
} // namespace MMCZip