spdlog/tests/includes.h

14 lines
258 B
C
Raw Normal View History

2015-05-15 20:30:37 +03:00
#pragma once
#include <cstdio>
#include <fstream>
#include <string>
#include <ostream>
#include <chrono>
2015-05-15 20:54:01 +03:00
#include <exception>
2015-07-21 17:32:53 +06:00
#define SPDLOG_NO_WCHAR
2015-05-15 20:30:37 +03:00
#include "catch.hpp"
#include "../include/spdlog/spdlog.h"
2015-05-15 20:54:01 +03:00
#include "../include/spdlog/sinks/null_sink.h"