mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Merge remote-tracking branch 'upstream/master' into fix4
This commit is contained in:
commit
f19538a2bc
@ -17,7 +17,11 @@
|
||||
#include <Storages/StorageKafka.h>
|
||||
#include <common/logger_useful.h>
|
||||
|
||||
#if __has_include(<rdkafka.h>) // maybe bundled
|
||||
#include <rdkafka.h>
|
||||
#else // system
|
||||
#include <librdkafka/rdkafka.h>
|
||||
#endif
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user