Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 471c540

Browse files
author
Sven Verdoolaege
committed
utils/math.h: add missing include
std::nth_element is in <algorithm>.
1 parent fa091b2 commit 471c540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tc/core/utils/math.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
#pragma once
1717

18+
#include <algorithm>
1819
#include <exception>
1920

2021
namespace tc {

0 commit comments

Comments
 (0)