Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Aug 13, 2024
1 parent e2e0d0d commit ae2ec0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/device-registry/DeviceRegistry.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#include <DeviceRegistry.hh>

#include <cstddef>
#include <gz/sim/Entity.hh>
#include <gz/sim/EntityComponentManager.hh>
#include <gz/sim/Util.hh>

#include <cstddef>
#include <iostream>
#include <mutex>
#include <ostream>
Expand Down
1 change: 1 addition & 0 deletions libraries/device-registry/DeviceRegistry.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <gz/common/Event.hh>
#include <gz/common/events/Types.hh>
#include <gz/sim/Entity.hh>

#include <mutex>
Expand Down
2 changes: 2 additions & 0 deletions plugins/robotinterface/RobotInterface.cc
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#include <ConfigurationHelpers.hh>
#include <DeviceRegistry.hh>

#include <functional>
#include <memory>
#include <sdf/Element.hh>
#include <string>
#include <vector>

#include <gz/common/Event.hh>
#include <gz/common/events/Types.hh>
#include <gz/plugin/Register.hh>
#include <gz/sim/Entity.hh>
#include <gz/sim/EntityComponentManager.hh>
Expand Down

0 comments on commit ae2ec0f

Please sign in to comment.