We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ef18a commit e0cb0efCopy full SHA for e0cb0ef
src/interfaces/Decoder.h
@@ -14,6 +14,7 @@
14
* INCLUDES
15
******************************************************************************/
16
17
+#include <stddef.h>
18
#include <stdint.h>
19
#include "message.h"
20
src/interfaces/Encoder.h
@@ -13,6 +13,8 @@
13
/******************************************************************************
+
0 commit comments