From ee48dd694a3ae4ea436351dade519dfbb253017e Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 4 May 2017 12:03:07 +0200
Subject: [PATCH] [BL] std::cout is defined in iostream.

Fixes compile error on Mac.
---
 BaseLib/LogogCustomCout.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseLib/LogogCustomCout.h b/BaseLib/LogogCustomCout.h
index 750a4e2513d..37c65a54270 100644
--- a/BaseLib/LogogCustomCout.h
+++ b/BaseLib/LogogCustomCout.h
@@ -9,7 +9,7 @@
 
 #pragma once
 
-#include <ostream>
+#include <iostream>
 
 #include <logog/include/logog.hpp>
 
-- 
GitLab