From c425f8112476d200f2881573a15f023e1a682924 Mon Sep 17 00:00:00 2001 From: Joe Jakobi <joe.jakobi@rwth-aachen.de> Date: Tue, 31 Jan 2023 14:03:17 +0100 Subject: [PATCH] Include some files in non-debug builds --- Utils/ThrowError.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/ThrowError.hh b/Utils/ThrowError.hh index 5eaf0d0..ce4b439 100644 --- a/Utils/ThrowError.hh +++ b/Utils/ThrowError.hh @@ -3,12 +3,12 @@ #ifndef BASE_THROWINFO_HH_INCLUDED #define BASE_THROWINFO_HH_INCLUDED -// Define the relevant macros to throw -#ifdef DEB_ON #include <Base/Debug/DebOut.hh> #include <Base/Code/CodeLink.hh> +// Define the relevant macros to throw +#ifdef DEB_ON namespace Base { class IOutputStream; } -- GitLab