Merge remote-tracking branch 'upstream/master' into fix4

This commit is contained in:
proller 2017-10-27 18:06:53 +03:00
commit f19538a2bc

View File

@ -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
{