base/utils.h: add algorithm library (seems to be neccessary on newer systems) #9

Merged
chizeta merged 1 commit from fix into main 2024-05-16 18:40:45 +02:00
Showing only changes of commit ecd279e5b7 - Show all commits

View file

@ -13,6 +13,7 @@
#define __cxz_utils_h__
#include <cstdlib>
#include <algorithm>
#include "types.h"
namespace CNORXZ