From 463eaaab4203ee22951c3c177d07cccd36dd1e59 Mon Sep 17 00:00:00 2001 From: Tobias Frisch <tfrisch@uni-koblenz.de> Date: Fri, 25 Jun 2021 11:43:51 +0200 Subject: [PATCH] [#60] Next try to fix the logger Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de> --- include/vkcv/Logger.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/vkcv/Logger.hpp b/include/vkcv/Logger.hpp index a36718ff..7f97915a 100644 --- a/include/vkcv/Logger.hpp +++ b/include/vkcv/Logger.hpp @@ -1,6 +1,6 @@ #pragma once -#include <iostream> +#include <stdio.h> namespace vkcv { @@ -37,10 +37,6 @@ namespace vkcv { #define VKCV_DEBUG_MESSAGE_LEN 1024 #endif -#ifdef MINGW_HAS_SECURE_API -#undef MINGW_HAS_SECURE_API -#endif - #ifdef _MSC_VER #define __PRETTY_FUNCTION__ __FUNCSIG__ #endif -- GitLab