Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 704988
Collapse All | Expand All

(-)a/plugins/CessnaGUIPlugin.hh (+3 lines)
Lines 23-29 Link Here
23
23
24
#include <gazebo/common/Plugin.hh>
24
#include <gazebo/common/Plugin.hh>
25
#include <gazebo/gui/GuiPlugin.hh>
25
#include <gazebo/gui/GuiPlugin.hh>
26
// moc parsing error of tbb headers
27
#ifndef Q_MOC_RUN
26
#include <gazebo/transport/transport.hh>
28
#include <gazebo/transport/transport.hh>
29
#endif
27
30
28
namespace gazebo
31
namespace gazebo
29
{
32
{
(-)a/plugins/LookAtDemoPlugin.hh (-1 / +3 lines)
Lines 21-27 Link Here
21
21
22
#include <gazebo/common/Plugin.hh>
22
#include <gazebo/common/Plugin.hh>
23
#include <gazebo/gui/GuiPlugin.hh>
23
#include <gazebo/gui/GuiPlugin.hh>
24
// moc parsing error of tbb headers
25
#ifndef Q_MOC_RUN
24
#include <gazebo/transport/transport.hh>
26
#include <gazebo/transport/transport.hh>
27
#endif
25
28
26
namespace gazebo
29
namespace gazebo
27
{
30
{
28
- 

Return to bug 704988