Skip to content

Commit 31c9917

Browse files
lmolinarzr
authored andcommitted
fix(cc): include header algorithms
g++-14 was not building because "std::find_if" was missing the header <algorithm>. Bug-SiliconLabs: UIC-3658 Relate-to: SiliconLabsSoftware#87
1 parent 1aedae8 commit 31c9917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/zpc/components/zwave_command_classes/src/zwave_command_class_crc16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// Generic includes
1818
#include <stdlib.h>
1919
#include <assert.h>
20+
#include <algorithm>
2021
#include <utility> // make_pair
2122

2223
// Includes from other ZPC Components

0 commit comments

Comments
 (0)