Skip to content

Commit 5bd07f2

Browse files
committed
add missing commit for gcc 14
1 parent f4b1d75 commit 5bd07f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redev.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <thread> // std::this_thread::sleep_for
99
#include <chrono> // std::chrono::seconds
1010
#include <string> // std::stoi
11+
#include <algorithm> // std::find_if
1112

1213
namespace {
1314
//Wait for the file to be created by the writer.

0 commit comments

Comments
 (0)