mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
Update StorageMongoDBSocketFactory.cpp
This commit is contained in:
parent
0d029c1cbc
commit
1417143560
@ -1,5 +1,9 @@
|
|||||||
#include "StorageMongoDBSocketFactory.h"
|
#include "StorageMongoDBSocketFactory.h"
|
||||||
|
|
||||||
|
#if !defined(ARCADIA_BUILD)
|
||||||
|
# include <Common/config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <Poco/Net/IPAddress.h>
|
#include <Poco/Net/IPAddress.h>
|
||||||
#include <Poco/Net/SocketAddress.h>
|
#include <Poco/Net/SocketAddress.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user