From dc8e0c9c5c0457bf1f971751e01d5d1b34682c90 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Nov 2022 22:18:44 +0100 Subject: [PATCH] archive/zzip: add missing include --- src/archive/plugins/ZzipArchivePlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archive/plugins/ZzipArchivePlugin.cxx b/src/archive/plugins/ZzipArchivePlugin.cxx index 097afadb3..41d7e7be3 100644 --- a/src/archive/plugins/ZzipArchivePlugin.cxx +++ b/src/archive/plugins/ZzipArchivePlugin.cxx @@ -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"