Skip to content

Commit

Permalink
qmqtt_router.cpp - add missing include to qmqtt_message.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Dieter Wallnöfer committed Jan 25, 2018
1 parent 0bcdc2f commit cb2c4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mqtt/qmqtt_router.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/
#include "qmqtt_router.h"

#include "qmqtt_message.h"
#include "qmqtt_client.h"
#include "qmqtt_routesubscription.h"
#include <QLoggingCategory>
Expand Down

0 comments on commit cb2c4b2

Please sign in to comment.