Fix header

This commit is contained in:
avogar 2024-07-23 15:59:03 +00:00
parent 18a43be044
commit 81b5caad2d

View File

@ -1,12 +1,12 @@
#pragma once
#include <DataTypes/DataTypeObject.h>
#include <DataTypes/DataTypeObjectDeprecated.h>
#include <DataTypes/DataTypeString.h>
#include <Processors/Formats/Impl/JSONEachRowRowInputFormat.h>
#include <Processors/Formats/ISchemaReader.h>
#include <Formats/FormatFactory.h>
#include <IO/PeekableReadBuffer.h>
#include <Processors/Formats/ISchemaReader.h>
#include <Processors/Formats/Impl/JSONEachRowRowInputFormat.h>
#include <DataTypes/DataTypeString.h>
#include <DataTypes/DataTypeObjectDeprecated.h>
#include <DataTypes/DataTypeObject.h>
namespace DB
{
@ -83,4 +83,4 @@ private:
FormatSettings settings;
};
}
}