Skip to content

Commit 0e92983

Browse files
committed
socketwrapper: add missing includes
1 parent 6621efb commit 0e92983

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/SocketWrapper/SocketWrapper.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
#include <zephyr/net/socket.h>
1010

11+
#include <api/Common.h>
12+
#include <api/IPAddress.h>
13+
1114
class ZephyrSocketWrapper {
1215
protected:
1316
int sock_fd;

0 commit comments

Comments
 (0)