zip needs limits now?

main
Brett 2025-03-13 14:58:11 -04:00
parent 24de97acdd
commit 2822522484
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -21,6 +21,7 @@
#include <blt/iterator/common.h> #include <blt/iterator/common.h>
#include <tuple> #include <tuple>
#include <limits>
namespace blt namespace blt
{ {