diff options
Diffstat (limited to 'common/debug.cpp')
-rw-r--r-- | common/debug.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/debug.cpp b/common/debug.cpp index 94517afab6..5db8990db8 100644 --- a/common/debug.cpp +++ b/common/debug.cpp @@ -34,6 +34,8 @@ bool gDebugChannelsOnly = false; namespace Common { +DECLARE_SINGLETON(DebugManager); + namespace { struct DebugLevelComperator { |