Skip to content

Commit d5b07a0

Browse files
Fix leftover #include
This commit fixes a leftover include in mcBasicService.cpp that was blocking compilation when using the compileAPU targets.
1 parent c036258 commit d5b07a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/mcBasicService.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <cmath>
2323

2424
#include "asn_SEQUENCE_OF.h"
25-
#include "err.h"
2625

2726
#define GET_NUM(json,key) (json[key].number_value())
2827
#define GET_INT(json,key) (json[key].int_value())

0 commit comments

Comments
 (0)