Skip to content

Commit 951830b

Browse files
[chip-tool] Fix missing include <algorithm> in DCL code (project-chip#37392)
1 parent 6292e6e commit 951830b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/chip-tool/commands/dcl/DisplayTermsAndConditions.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <lib/support/CodeUtils.h>
2222
#include <lib/support/SafeInt.h>
2323

24+
#include <algorithm>
2425
#include <iostream>
2526
#include <regex>
2627
#include <unordered_map>

0 commit comments

Comments
 (0)