Fix build

This commit is contained in:
Alexey Milovidov 2020-09-18 01:45:12 +03:00
parent 9df338f37b
commit 0ad44b821e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <Common/StringUtils/StringUtils.h>
#include <Common/quoteString.h>
#include <common/find_symbols.h>
#include <ostream>
namespace DB

View File

@ -1,5 +1,6 @@
#pragma once
#include <iosfwd>
#include <common/types.h>