summaryrefslogtreecommitdiff
path: root/DebugEngineMacro.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-05-29 05:44:34 +0100
committerThomas Preud'homme <robotux@celest.fr>2018-05-29 05:44:34 +0100
commit594fcba67600704bee9115c86e18927b2237b304 (patch)
tree38dc620e6b8e9a76c1953ded39c1dc006a830728 /DebugEngineMacro.h
parent20062a6a4bc2aec8ada645baa78ff68892ccd154 (diff)
New upstream version 1.4.0.8
Diffstat (limited to 'DebugEngineMacro.h')
-rw-r--r--DebugEngineMacro.h6
1 files changed, 4 insertions, 2 deletions
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
-
+