From 332fde3f0e94a5e51b52059d3a8aa3c4a6636690 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Sun, 14 Jul 2019 14:10:07 +0200 Subject: [PATCH] pb.h should be included from the local directory --- src/TheThingsMessage.h | 6 +++--- src/appData.pb.h | 2 +- src/deviceData.pb.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TheThingsMessage.h b/src/TheThingsMessage.h index 38a9ccf5..513ab2d0 100644 --- a/src/TheThingsMessage.h +++ b/src/TheThingsMessage.h @@ -5,9 +5,9 @@ #define _THETHINGSMESSAGE_H_ #include "TheThingsNetwork.h" -#include -#include -#include +#include "pb.h" +#include "pb_encode.h" +#include "pb_decode.h" #include "deviceData.pb.h" #include "appData.pb.h" diff --git a/src/appData.pb.h b/src/appData.pb.h index 5314d2d7..e1901290 100644 --- a/src/appData.pb.h +++ b/src/appData.pb.h @@ -3,7 +3,7 @@ #ifndef PB_API_APPDATA_PB_H_INCLUDED #define PB_API_APPDATA_PB_H_INCLUDED -#include +#include "pb.h" /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30 diff --git a/src/deviceData.pb.h b/src/deviceData.pb.h index cdf71453..5b502b74 100644 --- a/src/deviceData.pb.h +++ b/src/deviceData.pb.h @@ -3,7 +3,7 @@ #ifndef PB_API_DEVICEDATA_PB_H_INCLUDED #define PB_API_DEVICEDATA_PB_H_INCLUDED -#include +#include "pb.h" /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30