From ff5ba4a6679455124bdbb597300501f7dd2c8391 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Fri, 4 Oct 2024 13:41:27 -0400 Subject: [PATCH] types for compile --- CMakeLists.txt | 2 +- include/blt/std/logging.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46a7ffc..275d415 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 2.0.5) +set(BLT_VERSION 2.0.6) set(BLT_TARGET BLT) diff --git a/include/blt/std/logging.h b/include/blt/std/logging.h index d017555..b6ac78e 100644 --- a/include/blt/std/logging.h +++ b/include/blt/std/logging.h @@ -12,6 +12,7 @@ #include #include #include +#include #include #include