Fix style check

This commit is contained in:
Smita Kulkarni 2024-01-23 14:16:14 +01:00
parent 2e7ce5b0e2
commit 992d859e72

View File

@ -23,6 +23,7 @@
#include <Disks/DirectoryIterator.h>
#include <Common/ThreadPool.h>
#include <Interpreters/threadPoolCallbackRunner.h>
#include <Common/Exception.h>
#include "config.h"
#if USE_AZURE_BLOB_STORAGE
@ -33,6 +34,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
class ReadBufferFromFileBase;
class WriteBufferFromFileBase;