archive/zzip: add missing include

This commit is contained in:
Max Kellermann 2022-11-28 22:18:44 +01:00
parent 96ae659fdf
commit dc8e0c9c5c
1 changed files with 1 additions and 1 deletions

View File

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