mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Add missing modification
This commit is contained in:
parent
a7b5db912c
commit
0440958c3e
@ -23,6 +23,7 @@
|
|||||||
#include <Common/HashTable/HashMap.h>
|
#include <Common/HashTable/HashMap.h>
|
||||||
#include <Common/typeid_cast.h>
|
#include <Common/typeid_cast.h>
|
||||||
#include <Common/assert_cast.h>
|
#include <Common/assert_cast.h>
|
||||||
|
#include <Formats/registerFormats.h>
|
||||||
#include <Core/Block.h>
|
#include <Core/Block.h>
|
||||||
#include <common/StringRef.h>
|
#include <common/StringRef.h>
|
||||||
#include <common/DateLUT.h>
|
#include <common/DateLUT.h>
|
||||||
@ -1047,6 +1048,8 @@ public:
|
|||||||
int mainEntryClickHouseObfuscator(int argc, char ** argv)
|
int mainEntryClickHouseObfuscator(int argc, char ** argv)
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
registerFormats();
|
||||||
|
|
||||||
using namespace DB;
|
using namespace DB;
|
||||||
namespace po = boost::program_options;
|
namespace po = boost::program_options;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user