From a8924ed58e649712ccfe42944883ddb2fb94cedd Mon Sep 17 00:00:00 2001 From: phra Date: Fri, 23 Oct 2020 18:23:53 +0200 Subject: [PATCH] fix: remove include iostream in non-debug builds --- PEzor.hpp | 2 ++ inject.hpp | 2 ++ syscalls.hpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/PEzor.hpp b/PEzor.hpp index 48bc850..da4103b 100644 --- a/PEzor.hpp +++ b/PEzor.hpp @@ -2,7 +2,9 @@ #define _HELLO_HPP_ #include +#ifdef _DEBUG_ #include +#endif #include "inject.hpp" #include "shellcode.hpp" diff --git a/inject.hpp b/inject.hpp index bcd1f95..4d29861 100644 --- a/inject.hpp +++ b/inject.hpp @@ -2,7 +2,9 @@ #define _INJECT_HPP_ #include +#ifdef _DEBUG_ #include +#endif #include #include "syscalls.hpp" diff --git a/syscalls.hpp b/syscalls.hpp index 1c7aac3..4c3b75b 100644 --- a/syscalls.hpp +++ b/syscalls.hpp @@ -1,7 +1,9 @@ #ifndef _SYSCALLS_HPP_ #define _SYSCALLS_HPP_ #include +#ifdef _DEBUG_ #include +#endif #include // Version