spdlog/tests/includes.h

16 lines
255 B
C
Raw Normal View History

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