Skip to content

Commit 24ca2e6

Browse files
author
Vadim Averin
committed
Add explicit dependencies on library/cpp/ipv6_address
1 parent ba6dbad commit 24ca2e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ydb/library/yql/udfs/common/ip_base/lib/ip_base_udf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <ydb/library/yql/public/udf/udf_helpers.h>
44

5+
#include <library/cpp/ipv6_address/ipv6_address.h>
56
#include <library/cpp/ipmath/ipmath.h>
67
#include <util/generic/buffer.h>
78

ydb/library/yql/udfs/common/ip_base/lib/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SRCS(
1313
PEERDIR(
1414
ydb/library/yql/public/udf
1515
library/cpp/ipmath
16+
library/cpp/ipv6_address
1617
)
1718

1819
END()

0 commit comments

Comments
 (0)