Commit eebd0370 authored by Max Kellermann's avatar Max Kellermann

db/simple: fix build failure without zlib

parent d5287682
......@@ -34,7 +34,6 @@
#include "fs/io/TextFile.hxx"
#include "fs/io/BufferedOutputStream.hxx"
#include "fs/io/FileOutputStream.hxx"
#include "fs/io/GzipOutputStream.hxx"
#include "config/ConfigData.hxx"
#include "fs/FileSystem.hxx"
#include "util/CharUtil.hxx"
......@@ -42,6 +41,10 @@
#include "util/Domain.hxx"
#include "Log.hxx"
#ifdef HAVE_ZLIB
#include "fs/io/GzipOutputStream.hxx"
#endif
#include <errno.h>
static constexpr Domain simple_db_domain("simple_db");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment