Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2018-05-21 21:16:34 +0300
committerGitHub <noreply@github.com>2018-05-21 21:16:34 +0300
commitd6b700eaf2e58d41cd6c3b768ed68b028d0691ea (patch)
tree09ef6d5696462693ff1f87276ccf127be3348d47
parent560df2878ad308b27873b3cc5e810635d69cfad6 (diff)
Update async_log_helper.h
-rw-r--r--include/spdlog/details/async_log_helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/spdlog/details/async_log_helper.h b/include/spdlog/details/async_log_helper.h
index a927d9f2..c3b76f02 100644
--- a/include/spdlog/details/async_log_helper.h
+++ b/include/spdlog/details/async_log_helper.h
@@ -23,7 +23,6 @@
#include <condition_variable>
#include <exception>
#include <functional>
-#include <iostream>
#include <memory>
#include <string>
#include <thread>