diff options
Diffstat (limited to 'modules/ECMQtDeclareLoggingCategory.h.in')
-rw-r--r-- | modules/ECMQtDeclareLoggingCategory.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ECMQtDeclareLoggingCategory.h.in b/modules/ECMQtDeclareLoggingCategory.h.in index fedecd2f..b59bc7aa 100644 --- a/modules/ECMQtDeclareLoggingCategory.h.in +++ b/modules/ECMQtDeclareLoggingCategory.h.in @@ -4,6 +4,7 @@ #define @GUARD_NAME@ #include <QLoggingCategory> +#include <QDebug> @OPEN_NAMESPACES@ Q_DECLARE_LOGGING_CATEGORY(@IDENTIFIER@) @CLOSE_NAMESPACES@ |