From d2caf82ad16f8d31db6afdd69383ba1c04e02c32 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 7 Aug 2015 17:39:23 +0200 Subject: o More explicit bind functions, it is useful because Cassandra is touchy with its types. o Saving the topic and message id in the raw record table. o Dropping the mosquittopp, it is not very useful. --- mqtt_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mqtt_support.h') diff --git a/mqtt_support.h b/mqtt_support.h index 9a9f7fe..2ed5134 100644 --- a/mqtt_support.h +++ b/mqtt_support.h @@ -2,6 +2,7 @@ #define TRYGVIS_MQTT_SUPPORT_H #include "mosquittopp.h" +#include "mosquitto.h" namespace trygvis { namespace mqtt_support { -- cgit v1.2.3