Fixed compile errors after adding IPRAW and MQTT.

This commit is contained in:
Jim Jun
2017-08-28 09:22:02 +09:00
parent 0ea55bc8ff
commit 69a005ad56
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
#define DLLExport
#endif
#include "MQTTPacket.h"
#include "./MQTTPacket/src/MQTTPacket.h"
#include "stdio.h"
#include "mqtt_interface.h"