Skip to content

Commit

Permalink
Fix Ogre deprecated header
Browse files Browse the repository at this point in the history
Signed-off-by: f0reachARR <[email protected]>
  • Loading branch information
f0reachARR committed Mar 19, 2024
1 parent 22c11ae commit 640eda9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include <OgreQuaternion.h>
#include <OgreSceneManager.h>
#include <OgreSceneNode.h>
#include <OgreVector3.h>
#include <OgreVector.h>
#include <OgreViewport.h>

namespace tier4_camera_view_rviz_plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "rviz_common/frame_position_tracking_view_controller.hpp"

#include <OgreQuaternion.h>
#include <OgreVector3.h>
#include <OgreVector.h>

namespace rviz_common
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include <OgreQuaternion.h>
#include <OgreRay.h>
#include <OgreSceneNode.h>
#include <OgreVector3.h>
#include <OgreVector.h>
#include <OgreViewport.h>
#include <stdint.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#include "rviz_default_plugins/view_controllers/orbit/orbit_view_controller.hpp"

#include <OgreVector3.h>
#include <OgreVector.h>

#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion common/tier4_perception_rviz_plugin/src/tools/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <rviz_common/viewport_mouse_event.hpp>

#include <OgreVector3.h>
#include <OgreVector.h>

#include <optional>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <OgreColourValue.h>
#include <OgreManualObject.h>
#include <OgreVector3.h>
#include <OgreVector.h>

#include <deque>
#include <memory>
Expand Down

0 comments on commit 640eda9

Please sign in to comment.