Skip to content

Commit

Permalink
try to fix moc compilation with qt 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Dec 25, 2019
1 parent 7693064 commit dc5c6bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/LookAtDemoPlugin.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

#include <gazebo/common/Plugin.hh>
#include <gazebo/gui/GuiPlugin.hh>
#include <gazebo/transport/transport.hh>
// moc parsing error of tbb headers
#ifndef Q_MOC_RUN
# include <gazebo/transport/transport.hh>
#endif

namespace gazebo
{
Expand Down

0 comments on commit dc5c6bf

Please sign in to comment.