Added missing include to q
This commit is contained in:
parent
56b3a17e56
commit
566df7e826
@ -6,6 +6,8 @@
|
||||
// cirucal q view of std::vector.
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace spdlog {
|
||||
namespace details {
|
||||
template<typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user