base/utils.h: add algorithm library (seems to be neccessary on newer systems)
This commit is contained in:
parent
27c4c59d19
commit
ecd279e5b7
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