archive/zzip: add missing include

This commit is contained in:
Max Kellermann 2022-11-28 22:18:44 +01:00
parent 96ae659fdf
commit dc8e0c9c5c

View File

@ -27,7 +27,7 @@
#include "../ArchiveVisitor.hxx" #include "../ArchiveVisitor.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "system/Error.hxx" #include "system/FmtError.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "util/UTF8.hxx" #include "util/UTF8.hxx"