Fix build

This commit is contained in:
Alexey Milovidov 2021-11-24 20:19:52 +03:00
parent 438619389f
commit 8e4c7fccc3

View File

@ -4,6 +4,9 @@
#include <Poco/Environment.h>
#include <filesystem>
namespace fs = std::filesystem;
#if defined(__linux__)
#include <unistd.h>
@ -35,8 +38,6 @@
#endif
namespace fs = std::filesystem;
namespace DB
{