From e0f08d6b29fd2b35599d316f4444aeb607791e5a Mon Sep 17 00:00:00 2001 From: Anton Goryunov Date: Thu, 14 Apr 2016 23:33:51 +0300 Subject: [PATCH] - fixed includes in tests --- tests/includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/includes.h b/tests/includes.h index 5f4a96b2..5d844a05 100644 --- a/tests/includes.h +++ b/tests/includes.h @@ -12,4 +12,5 @@ #include "../include/spdlog/spdlog.h" #include "../include/spdlog/sinks/null_sink.h" +#include "../include/spdlog/sinks/ostream_sink.h"