Fixed errors of includes

main
ambigipathyv ago%!(EXTRA string=1 year)
parent 9b7f72e134
commit fee389e210
  1. 2
      src/bakatools/logging/assert.h
  2. 1
      src/bakatools/logging/log.h
  3. 1
      src/bakatoolspch.h

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

Loading…
Cancel
Save