diff --git a/CMakeLists.txt b/CMakeLists.txt index 06e5268..4a6a7ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 5.2.30) +set(BLT_VERSION 5.2.31) set(BLT_TARGET BLT) diff --git a/include/blt/std/bump_allocator.h b/include/blt/std/bump_allocator.h index f713a14..8065671 100644 --- a/include/blt/std/bump_allocator.h +++ b/include/blt/std/bump_allocator.h @@ -29,7 +29,7 @@ #include #include #include -#include "logging.h" +#include "blt/logging/logging.h" #include #include