spdlog/tests/includes.h

16 lines
255 B
C
Raw Normal View History

2015-05-16 01:30:37 +08:00
#pragma once
#include <cstdio>
#include <fstream>
#include <string>
#include <ostream>
#include <chrono>
2015-05-16 01:54:01 +08:00
#include <exception>
2015-05-16 01:30:37 +08:00
#include "catch.hpp"
#include "utils.h"
2015-05-16 01:30:37 +08:00
#include "../include/spdlog/spdlog.h"
2015-05-16 01:54:01 +08:00
#include "../include/spdlog/sinks/null_sink.h"