Skip to content

Commit 81ecd83

Browse files
committed
Issue #22. Fixing code style warnings
1 parent 22acfd3 commit 81ecd83

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/kpi_rover_ecu/src/KPIRoverECU.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
#include <arpa/inet.h>
44
#include <rc/time.h>
5+
#include <stddef.h>
56

67
#include <csignal>
78
#include <cstdint>
89
#include <iostream>
910
#include <string>
1011
#include <vector>
1112

13+
#include "IMUController.h"
1214
#include "TCPTransport.h"
1315
#include "UDPClient.h"
1416
#include "protocolHandler.h"

src/kpi_rover_ecu/src/TCPTransport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <arpa/inet.h>
44
#include <netinet/in.h>
5+
#include <string.h>
56
#include <sys/socket.h>
67
#include <sys/types.h>
78
#include <unistd.h>

0 commit comments

Comments
 (0)