Skip to content

Commit e0cb0ef

Browse files
fixup! importing encoder decoder interfaces
1 parent 26ef18a commit e0cb0ef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/interfaces/Decoder.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* INCLUDES
1515
******************************************************************************/
1616

17+
#include <stddef.h>
1718
#include <stdint.h>
1819
#include "message.h"
1920

src/interfaces/Encoder.h

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
/******************************************************************************
1414
* INCLUDES
1515
******************************************************************************/
16+
17+
#include <stddef.h>
1618
#include <stdint.h>
1719
#include "message.h"
1820

0 commit comments

Comments
 (0)