mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +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/typeid_cast.h>
|
||||
#include <Common/assert_cast.h>
|
||||
#include <Formats/registerFormats.h>
|
||||
#include <Core/Block.h>
|
||||
#include <common/StringRef.h>
|
||||
#include <common/DateLUT.h>
|
||||
@ -1047,6 +1048,8 @@ public:
|
||||
int mainEntryClickHouseObfuscator(int argc, char ** argv)
|
||||
try
|
||||
{
|
||||
registerFormats();
|
||||
|
||||
using namespace DB;
|
||||
namespace po = boost::program_options;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user