1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

mqtt: add missing include of super_node.hpp in mqtt node type

This commit is contained in:
Sonja Happ 2021-08-17 11:27:11 +02:00 committed by Steffen Vogel
parent 846352c3d2
commit b57a660bba

View file

@ -32,6 +32,7 @@
#include <villas/pool.h>
#include <villas/format.hpp>
#include <villas/queue_signalled.h>
#include <villas/super_node.hpp>
/* Forward declarations */
struct vnode;