Skip to content

Commit 4dcd145

Browse files
committed
Add missing algorithm include
1 parent 60e3c2b commit 4dcd145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helpers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <ur_client_library/helpers.h>
3131
#include <ur_client_library/log.h>
3232

33+
#include <algorithm>
3334
#include <cstring>
3435
#include <fstream>
3536
#include <iostream>
@@ -139,4 +140,4 @@ bool parseBoolean(const std::string& str)
139140
throw UrException(ss.str().c_str());
140141
}
141142
}
142-
} // namespace urcl
143+
} // namespace urcl

0 commit comments

Comments
 (0)