From 594fcba67600704bee9115c86e18927b2237b304 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 29 May 2018 05:44:34 +0100 Subject: New upstream version 1.4.0.8 --- DebugEngineMacro.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DebugEngineMacro.h') diff --git a/DebugEngineMacro.h b/DebugEngineMacro.h index c3822cd..4785067 100644 --- a/DebugEngineMacro.h +++ b/DebugEngineMacro.h @@ -1,5 +1,5 @@ /** \file DebugEngineMacro.h -\brief Define the macro for the debug +\brief Define the macro for the debug \author alpha_one_x86 \licence GPL3, see the file COPYING */ @@ -10,6 +10,8 @@ # define __func__ __FUNCTION__ #endif +#include "Variable.h" + /// \brief Macro for the debug log #ifdef ULTRACOPIER_DEBUG # include "DebugEngine.h" @@ -25,4 +27,4 @@ #endif // DEBUGENGINEMACRO_H - + -- cgit v1.2.3