Skip to content

Commit

Permalink
Add missing URI header files (#435)
Browse files Browse the repository at this point in the history
Resolve clang-tidy warnings.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 20, 2024
1 parent 9726ac5 commit 9546d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CollectionIdentifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
#include <vector>

#include <gz/common/Filesystem.hh>
#include <gz/common/URI.hh>

#include "gz/fuel_tools/ClientConfig.hh"
#include "gz/fuel_tools/CollectionIdentifier.hh"
#include "gz/fuel_tools/Helpers.hh"


namespace gz::fuel_tools
Expand Down
1 change: 1 addition & 0 deletions src/WorldIdentifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <gz/common/Filesystem.hh>
#include <gz/common/StringUtils.hh>
#include <gz/common/URI.hh>
#include <gz/common/Util.hh>

#include "gz/fuel_tools/ClientConfig.hh"
Expand Down

0 comments on commit 9546d4e

Please sign in to comment.