mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Added missing include to q
This commit is contained in:
parent
56b3a17e56
commit
566df7e826
@ -6,6 +6,8 @@
|
|||||||
// cirucal q view of std::vector.
|
// cirucal q view of std::vector.
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace details {
|
namespace details {
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
Loading…
Reference in New Issue
Block a user