It builds now :/
This commit is contained in:
@@ -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;
|
||||
|
2
main.cpp
2
main.cpp
@@ -6,8 +6,6 @@
|
||||
// This work is dedicated to the public domain.
|
||||
#include "jlog/Logger.hpp"
|
||||
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
jlog::GenericLogger Demo("demo", jlog::GlobalLogFile);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#include "jlog/Token.hpp"
|
||||
#include <jlog/Token.hpp>
|
||||
|
||||
namespace jlog {
|
||||
std::string token::Stringer(bool includeColor) {
|
||||
|
Reference in New Issue
Block a user