mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
Added missing standard header includes.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <initializer_list>
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
#include <exception>
|
||||
|
||||
//visual studio does not support noexcept yet
|
||||
#ifndef _MSC_VER
|
||||
@@ -94,4 +95,4 @@ private:
|
||||
|
||||
};
|
||||
|
||||
} //spdlog
|
||||
} //spdlog
|
||||
|
Reference in New Issue
Block a user