Skip to content

Commit 00cd58a

Browse files
committed
Fix compilation error III
1 parent fc0956d commit 00cd58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ChargingSessions.cpp

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

1919
#include <array>
20-
#include <stddef.h>
20+
#include <stdbool.h>
2121

2222
#define BASE_TIME "2023-01-01T00:00:00.000Z"
2323

0 commit comments

Comments
 (0)