Skip to content

Commit cc557ae

Browse files
committed
Fix compilation error IV
1 parent 00cd58a commit cc557ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/Api.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#include <catch2/catch.hpp>
1414
#include "./helpers/testHelper.h"
1515

16+
#include <array>
17+
1618
#define BASE_TIME "2023-01-01T00:00:00.000Z"
1719
#define SCPROFILE "[2,\"testmsg\",\"SetChargingProfile\",{\"connectorId\":0,\"csChargingProfiles\":{\"chargingProfileId\":0,\"stackLevel\":0,\"chargingProfilePurpose\":\"ChargePointMaxProfile\",\"chargingProfileKind\":\"Absolute\",\"chargingSchedule\":{\"duration\":1000000,\"startSchedule\":\"2023-01-01T00:00:00.000Z\",\"chargingRateUnit\":\"W\",\"chargingSchedulePeriod\":[{\"startPeriod\":0,\"limit\":16,\"numberPhases\":3}]}}}]"
1820

tests/ChargingSessions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "./helpers/testHelper.h"
1818

1919
#include <array>
20-
#include <stdbool.h>
2120

2221
#define BASE_TIME "2023-01-01T00:00:00.000Z"
2322

0 commit comments

Comments
 (0)