build: fix debug builds

This commit is contained in:
2024-05-05 00:40:48 +03:00
parent 79a148a21a
commit 66baa78cda
6 changed files with 11 additions and 3 deletions

View File

@ -17,6 +17,9 @@
#include "awupdatehelper.h"
#ifndef NDEBUG
#define NDEBUG
#endif /* NDEBUG */
#include <KI18n/KLocalizedString>
#include <KNotifications/KNotification>