Merge pull request 'base/utils.h: add algorithm library (seems to be neccessary on newer systems)' (#9) from fix into main
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Reviewed-on: #9
This commit is contained in:
commit
0139fd1192
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#define __cxz_utils_h__
|
||||
|
||||
#include <cstdlib>
|
||||
#include <algorithm>
|
||||
#include "types.h"
|
||||
|
||||
namespace CNORXZ
|
||||
|
|
Loading…
Reference in a new issue