You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/tests/includes.h

13 lines
234 B
C

#pragma once
#include <cstdio>
#include <fstream>
#include <string>
#include <ostream>
#include <chrono>
10 years ago
#include <exception>
#include "catch.hpp"
#include "../include/spdlog/spdlog.h"
10 years ago
#include "../include/spdlog/sinks/null_sink.h"