mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Compilation fix: add missing "/include"
Style fix
This commit is contained in:
parent
cd5d3ed618
commit
9fb0a95c75
@ -55,7 +55,7 @@ if (ENABLE_LDAP)
|
|||||||
set (USE_INTERNAL_LDAP_LIBRARY 1)
|
set (USE_INTERNAL_LDAP_LIBRARY 1)
|
||||||
set (OPENLDAP_ROOT_DIR "${ClickHouse_SOURCE_DIR}/contrib/openldap")
|
set (OPENLDAP_ROOT_DIR "${ClickHouse_SOURCE_DIR}/contrib/openldap")
|
||||||
set (OPENLDAP_INCLUDE_DIRS
|
set (OPENLDAP_INCLUDE_DIRS
|
||||||
"${ClickHouse_SOURCE_DIR}/contrib/openldap-cmake/${_system_name}_${_system_processor}"
|
"${ClickHouse_SOURCE_DIR}/contrib/openldap-cmake/${_system_name}_${_system_processor}/include"
|
||||||
"${ClickHouse_SOURCE_DIR}/contrib/openldap/include"
|
"${ClickHouse_SOURCE_DIR}/contrib/openldap/include"
|
||||||
)
|
)
|
||||||
# Below, 'ldap'/'ldap_r' and 'lber' will be resolved to
|
# Below, 'ldap'/'ldap_r' and 'lber' will be resolved to
|
||||||
|
@ -8,8 +8,10 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco
|
||||||
|
{
|
||||||
class Logger;
|
class Logger;
|
||||||
|
|
||||||
namespace Util
|
namespace Util
|
||||||
{
|
{
|
||||||
class AbstractConfiguration;
|
class AbstractConfiguration;
|
||||||
|
Loading…
Reference in New Issue
Block a user