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