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 "log.h"
#include <bakara/tools/string_tools.h> #include <bakatools/string/format.h>
#define BK_STRINGIFY(x) #x #define BK_STRINGIFY(x) #x

@ -7,7 +7,6 @@
#include <spdlog/sinks/basic_file_sink.h> #include <spdlog/sinks/basic_file_sink.h>
namespace Bk { namespace Bk {
class Log class Log
{ {
public: public:

@ -1,5 +1,6 @@
#pragma once #pragma once
#include <iostream>
#include <cstring> #include <cstring>
#include <vector> #include <vector>
#include <string> #include <string>

Loading…
Cancel
Save