Skip to content

Commit dcfc34e

Browse files
committed
fixes a problem when combining newer versions of Boost and Qt
1 parent b001bcf commit dcfc34e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rviz_plugin_tutorials/src/teleop_panel.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
#ifndef TELEOP_PANEL_H
3030
#define TELEOP_PANEL_H
3131

32-
#include <ros/ros.h>
32+
#ifndef Q_MOC_RUN
33+
# include <ros/ros.h>
3334

34-
#include <rviz/panel.h>
35+
# include <rviz/panel.h>
36+
#endif
3537

3638
class QLineEdit;
3739

0 commit comments

Comments
 (0)