types for compile

v2
Brett 2024-10-04 13:41:27 -04:00
parent 7fa4fd0af2
commit ff5ba4a667
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -12,6 +12,7 @@
#include <functional>
#include <sstream>
#include <blt/config.h>
#include <blt/std/types.h>
#include <iostream>
#include <cstdarg>