Skip to content

Commit

Permalink
Remove include of OgrePrerequisites header (#1099) (#1125)
Browse files Browse the repository at this point in the history
* Remove OgrePrerequisites include

* octomap_render.h includes itself

* Include OgrePrerequisites.h

(cherry picked from commit 54d2983)

Co-authored-by: AndyZe <zelenak@picknik.ai>
  • Loading branch information
mergify[bot] and AndyZe authored Mar 15, 2022
1 parent 173ed91 commit 08cf78b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@
#pragma once

#include <memory>
#include <vector>
#include <octomap/octomap.h>
#include <rviz_default_plugins/displays/pointcloud/point_cloud_helpers.hpp>
#include <OgrePrerequisites.h>
#include <rviz_common/properties/color_property.hpp>
#include <moveit/rviz_plugin_render_tools/octomap_render.h>
#include <OGRE/OgrePrerequisites.h>
#include <rviz_default_plugins/displays/pointcloud/point_cloud_helpers.hpp>
#include <vector>

namespace octomap
{
Expand Down

0 comments on commit 08cf78b

Please sign in to comment.