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

@@ -5,7 +5,7 @@
#pragma once
#include "./line_logger.h"
#include <spdlog/logger.h>
// create logger with given name, sinks and the default pattern formatter
// all other ctors will call this one
@@ -296,4 +296,4 @@ inline void spdlog::logger::flush()
{
for (auto& sink : _sinks)
sink->flush();
}
}