Skip to content

Commit bf0e64d

Browse files
committed
test: add missing <algorithm> include for std::find
GCC 14 drops some transitive includes within libstdc++. Explicitly include <algorithm> for std::find. Signed-off-by: Sam James <[email protected]>
1 parent 4bb06db commit bf0e64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/embedding/embedtest.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#endif
44
#include "node.h"
55
#include "uv.h"
6+
#include <algorithm>
67
#include <assert.h>
78

89
// Note: This file is being referred to from doc/api/embedding.md, and excerpts

0 commit comments

Comments
 (0)