From 2f7c7d2ba5b66b22780bb955b6b3e0bfa6f1d5b5 Mon Sep 17 00:00:00 2001 From: "tennessee.carmelveilleux@gmail.com" Date: Mon, 4 Mar 2024 12:39:04 -0500 Subject: [PATCH] Appease the Gods of Lint with a BUILD.gn entry --- src/app/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/BUILD.gn b/src/app/BUILD.gn index 618e51df303f3c..1d76b5b695af38 100644 --- a/src/app/BUILD.gn +++ b/src/app/BUILD.gn @@ -250,6 +250,7 @@ static_library("app") { sources = [ "AttributeAccessInterface.cpp", + "AttributeAccessInterfaceCache.h", "AttributePathExpandIterator.cpp", "AttributePathExpandIterator.h", "AttributePersistenceProvider.h",