Skip to content

Commit

Permalink
add missing deque include
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschmeisser committed May 3, 2023
1 parent 4725abe commit 7a9e51a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rviz/default_plugin/covariance_property.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#ifndef COVARIANCE_PROPERTY_H
#define COVARIANCE_PROPERTY_H

#include <deque>

#include <QColor>

#include <OgreColourValue.h>
Expand Down
1 change: 1 addition & 0 deletions src/rviz/image/ros_image_texture.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include <ros/ros.h>

#include <deque>
#include <stdexcept>

namespace rviz
Expand Down

0 comments on commit 7a9e51a

Please sign in to comment.