diff --git a/CMakeLists.txt b/CMakeLists.txt index a1b11a6..876168a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(BLT VERSION 0.8.0) set(CMAKE_CXX_STANDARD 20) diff --git a/include/blt/parse/argparse.h b/include/blt/parse/argparse.h index dbdb2e6..c49f4bb 100644 --- a/include/blt/parse/argparse.h +++ b/include/blt/parse/argparse.h @@ -26,7 +26,7 @@ using HASHSET = phmap::flat_hash_set(); #else #define HASHMAP HASHMAP #include - #include + #include template using HASHMAP = std::unordered_map();