Commit ea95ea82 authored by gabime's avatar gabime

Fix potential issue #660

parent fe5aaf49
......@@ -4,10 +4,13 @@
//
#pragma once
// include external or bundled copy of fmtlib's ostream support
//
// include bundled or external copy of fmtlib's ostream support
//
#if !defined(SPDLOG_FMT_EXTERNAL)
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY
#endif
#include "bundled/ostream.h"
#include "fmt.h"
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment