@ -5,7 +5,7 @@ This file contains the assert macros. CORE macros musn't be used by the applicat
*/
#include "log.h"
#include <bakara/tools/string_tools.h>
#include <bakatools/string/format.h>
#define BK_STRINGIFY(x) #x
@ -7,7 +7,6 @@
#include <spdlog/sinks/basic_file_sink.h>
namespace Bk {
class Log
{
public:
@ -1,5 +1,6 @@
#pragma once
#include <iostream>
#include <cstring>
#include <vector>
#include <string>