Skip to content

Commit

Permalink
Merge pull request #10 from ami-iit/fix/include_upstream
Browse files Browse the repository at this point in the history
Fix missing upstream include
  • Loading branch information
diegoferigo authored Oct 18, 2021
2 parents f644920 + 90f458a commit 8a14c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/actuation_delay/ActuationDelay.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef GAZEBO_SCENARIO_PLUGINS_ACTUATIONDELAY_H
#define GAZEBO_SCENARIO_PLUGINS_ACTUATIONDELAY_H

#include <cstdint>

#include <ignition/gazebo/Entity.hh>
#include <ignition/gazebo/EntityComponentManager.hh>
#include <ignition/gazebo/EventManager.hh>
Expand Down
2 changes: 2 additions & 0 deletions plugins/low_pass_target/LowPassTarget.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef GAZEBO_SCENARIO_PLUGINS_LOW_PASS_TARGET_H
#define GAZEBO_SCENARIO_PLUGINS_LOW_PASS_TARGET_H

#include <cstdint>

#include <ignition/gazebo/Entity.hh>
#include <ignition/gazebo/EntityComponentManager.hh>
#include <ignition/gazebo/EventManager.hh>
Expand Down

0 comments on commit 8a14c27

Please sign in to comment.