Skip to content

Commit a2ff63b

Browse files
utils.h: add missing include (#603)
std::sort is defined in the algorithm header.
1 parent 6778242 commit a2ff63b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/hal_core/utilities/utils.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "hal_core/defines.h"
3333
#include "hal_core/utilities/result.h"
3434

35+
#include <algorithm>
3536
#include <functional>
3637
#include <set>
3738
#include <sstream>
@@ -808,4 +809,4 @@ namespace hal
808809
*/
809810
CORE_API Result<u32> wrapped_stoul(const std::string& s, const u32 base = 10);
810811
} // namespace utils
811-
} // namespace hal
812+
} // namespace hal

0 commit comments

Comments
 (0)