Update Loggers.h

This commit is contained in:
alexey-milovidov 2019-09-03 22:48:29 +03:00 committed by GitHub
parent 70c7926acf
commit 766dcc98ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -3,12 +3,16 @@
#include <Poco/AutoPtr.h>
#include <Poco/FileChannel.h>
#include <Poco/Util/Application.h>
#include <Common/SensitiveDataMasker.h>
#include "OwnFormattingChannel.h"
namespace Poco::Util
{
class AbstractConfiguration;
class AbstractConfiguration;
}
namespace DB
{
class SensitiveDataMasker;
}