Fix build

This commit is contained in:
Alexey Milovidov 2020-09-17 21:15:19 +03:00
parent eb523f1a7c
commit a783fe110f
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#include "getMappedArea.h"
#if defined(__linux__)
#include <Common/StringUtils/StringUtils.h>
@ -6,8 +8,6 @@
#include <IO/ReadBufferFromFile.h>
#include <IO/ReadHelpers.h>
#include "getMappedArea.h"
namespace DB
{

View File

@ -1,4 +1,6 @@
#include <utility>
#include <cstddef>
namespace DB
{