Skip to content

Compiling error #include <api/IPAddress.h> #28

@bnarit

Description

@bnarit

I have to remove api/ from the #include directives in the library in order to compile it:

#include <api/Udp.h>
#include <api/IPAddress.h>

//#include <api/Udp.h>
//#include <api/IPAddress.h>
#include <Udp.h>
#include <IPAddress.h>

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions