From a672a62b315bc7d9d3cd85638a68149d347d9408 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Tue, 20 Aug 2024 16:06:43 -0700 Subject: [PATCH] Add missing URI header files Resolve clang-tidy warnings. Signed-off-by: Steve Peters --- src/CollectionIdentifier.cc | 2 ++ src/WorldIdentifier.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/src/CollectionIdentifier.cc b/src/CollectionIdentifier.cc index d6c2f235..cda034a5 100644 --- a/src/CollectionIdentifier.cc +++ b/src/CollectionIdentifier.cc @@ -20,9 +20,11 @@ #include #include +#include #include "gz/fuel_tools/ClientConfig.hh" #include "gz/fuel_tools/CollectionIdentifier.hh" +#include "gz/fuel_tools/Helpers.hh" namespace gz::fuel_tools diff --git a/src/WorldIdentifier.cc b/src/WorldIdentifier.cc index 085fc611..bc23414f 100644 --- a/src/WorldIdentifier.cc +++ b/src/WorldIdentifier.cc @@ -21,6 +21,7 @@ #include #include +#include #include #include "gz/fuel_tools/ClientConfig.hh"