From 1ad2c04bdbe499cb9e3aff8613496fed62644918 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 12 Aug 2020 14:50:58 -0700 Subject: [PATCH] [build] add missing header in BUILD.gn (neighbor_table.hpp) (#5386) --- src/core/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/BUILD.gn b/src/core/BUILD.gn index ed272d12c..53d7f31d7 100644 --- a/src/core/BUILD.gn +++ b/src/core/BUILD.gn @@ -507,6 +507,7 @@ openthread_core_files = [ "thread/mlr_manager.hpp", "thread/mlr_types.hpp", "thread/neighbor_table.cpp", + "thread/neighbor_table.hpp", "thread/network_data.cpp", "thread/network_data.hpp", "thread/network_data_leader.cpp",