zip needs limits now?
parent
24de97acdd
commit
2822522484
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
include(cmake/color.cmake)
|
||||
set(BLT_VERSION 5.2.24)
|
||||
set(BLT_VERSION 5.2.25)
|
||||
|
||||
set(BLT_TARGET BLT)
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <blt/iterator/common.h>
|
||||
#include <tuple>
|
||||
#include <limits>
|
||||
|
||||
namespace blt
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue