types for compile
parent
7fa4fd0af2
commit
ff5ba4a667
|
@ -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)
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <functional>
|
||||
#include <sstream>
|
||||
#include <blt/config.h>
|
||||
#include <blt/std/types.h>
|
||||
#include <iostream>
|
||||
#include <cstdarg>
|
||||
|
||||
|
|
Loading…
Reference in New Issue