add missing <algorithm> header to util.hpp
This commit is contained in:
parent
7f5006ed45
commit
3a3984e1dd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <math.h> // cmath may not provide round()
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
template<typename T>
|
||||
inline bool is_even(T num) { return num % 2 == 0; }
|
||||
|
|
Loading…
Add table
Reference in a new issue