Agora
1.2.0
Agora project
includes.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
catch.hpp
"
4
#include "
utils.h
"
5
#include <chrono>
6
#include <cstdio>
7
#include <exception>
8
#include <fstream>
9
#include <iostream>
10
#include <ostream>
11
#include <sstream>
12
#include <string>
13
#include <iomanip>
14
#include <stdlib.h>
15
16
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
17
18
#include "
spdlog/spdlog.h
"
19
#include "
spdlog/async.h
"
20
#include "
spdlog/sinks/basic_file_sink.h
"
21
#include "
spdlog/sinks/daily_file_sink.h
"
22
#include "
spdlog/sinks/null_sink.h
"
23
#include "
spdlog/sinks/ostream_sink.h
"
24
#include "
spdlog/sinks/rotating_file_sink.h
"
25
#include "
spdlog/sinks/stdout_color_sinks.h
"
26
#include "
spdlog/pattern_formatter.h
"
utils.h
ostream_sink.h
async.h
null_sink.h
rotating_file_sink.h
daily_file_sink.h
spdlog.h
basic_file_sink.h
stdout_color_sinks.h
catch.hpp
pattern_formatter.h
third_party
spdlog
tests
includes.h
Generated by
1.8.17