Fixed header include problems.

This commit is contained in:
Kevin M. Godby
2016-02-24 21:26:18 -06:00
parent 24a1b23e3d
commit 196689f720
26 changed files with 360 additions and 291 deletions

View File

@@ -8,9 +8,9 @@
#pragma once
#include "tweakme.h"
#include "common.h"
#include "logger.h"
#include <spdlog/tweakme.h>
#include <spdlog/common.h>
#include <spdlog/logger.h>
namespace spdlog
{
@@ -132,4 +132,4 @@ void drop_all();
}
#include "details/spdlog_impl.h"
#include <spdlog/details/spdlog_impl.h>