Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor include problem for mqtt_plugin #700

Merged

Conversation

ozzdemir
Copy link
Contributor

In mqtt_plugin, std::thread is being utilized, but instead QThread is being included. This results in include problems on my setup (Ubuntu 18.04) on source builds (an sample error in below). The minor change proposed resolves the include problems in my setup.

PlotJuggler/plotjuggler_plugins/DataStreamMQTT/datastream_mqtt.h:53:8: error: ‘thread’ in namespace ‘std’ does not name a type
   std::thread _mqtt_thread;

@facontidavide facontidavide merged commit 4191c95 into facontidavide:main Jul 23, 2022
@facontidavide
Copy link
Owner

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants