Skip to content

Commit

Permalink
Merge pull request ros-visualization#22 from garaemon/fix-for-osx-boost
Browse files Browse the repository at this point in the history
Add Q_MOC_RUN guard for newer boost
  • Loading branch information
wjwwood committed Jan 26, 2015
2 parents adbe29a + 05b4103 commit 1c243ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rviz_plugin_tutorials/src/imu_display.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
#ifndef IMU_DISPLAY_H
#define IMU_DISPLAY_H

#ifndef Q_MOC_RUN
#include <boost/circular_buffer.hpp>
#endif

#include <sensor_msgs/Imu.h>
#include <rviz/message_filter_display.h>
Expand Down

0 comments on commit 1c243ce

Please sign in to comment.