diff options
Diffstat (limited to 'sca-cpp/trunk/kernel/function.hpp')
-rw-r--r-- | sca-cpp/trunk/kernel/function.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/kernel/function.hpp b/sca-cpp/trunk/kernel/function.hpp index 899443462e..db7318303a 100644 --- a/sca-cpp/trunk/kernel/function.hpp +++ b/sca-cpp/trunk/kernel/function.hpp @@ -29,11 +29,11 @@ #include <utility> #include "fstream.hpp" #include "gc.hpp" -#include "debug.hpp" +#include "config.hpp" namespace tuscany { -#ifdef _DEBUG +#ifdef WANT_MAINTAINER_MODE /** * Debug counters. |