summaryrefslogtreecommitdiff
path: root/DebugEngineMacro.h
diff options
context:
space:
mode:
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
-
+