Skip to content

Commit 3385db1

Browse files
committed
Fix build again
1 parent c8e3b0b commit 3385db1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/IO/Archives/ZipArchiveReader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
#include <IO/ReadBufferFromFileBase.h>
66
#include <Common/quoteString.h>
77
#include <base/errnoToString.h>
8+
89
#include <unzip.h>
10+
#include <zip.h>
11+
#include <mz.h>
912

1013

1114
namespace DB

0 commit comments

Comments
 (0)