From: Damjan Marion Date: Thu, 20 Jan 2022 17:45:39 +0000 (+0100) Subject: fib: missing include X-Git-Tag: v22.10-rc0~480 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=0cc76947a49a0565b6f13ac1cab156ba7bfefdf8;p=vpp.git fib: missing include Type: fix Change-Id: Idefded3443b383ba916a66051b003aac106af8e8 Signed-off-by: Damjan Marion --- diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index 9e7e0aa7188..81d697bf199 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -1292,6 +1292,7 @@ list(APPEND VNET_MULTIARCH_SOURCES list(APPEND VNET_HEADERS dpo/load_balance.h + dpo/load_balance_map.h dpo/drop_dpo.h dpo/lookup_dpo.h dpo/punt_dpo.h