It builds now :/

This commit is contained in:
2024-08-26 12:31:00 -04:00
parent 22a4e02b95
commit b3dbd1b556
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
#pragma once
#include <functional>
#include <string>
#include <ostream>
#include <mcolor.h>
#include "Colors.hpp"
#include <Colors.hpp>
namespace jlog {
using namespace mcolor;

View File

@@ -6,8 +6,6 @@
// This work is dedicated to the public domain.
#include "jlog/Logger.hpp"
int main()
{
jlog::GenericLogger Demo("demo", jlog::GlobalLogFile);

View File

@@ -1,4 +1,4 @@
#include "jlog/Token.hpp"
#include <jlog/Token.hpp>
namespace jlog {
std::string token::Stringer(bool includeColor) {