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