summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
Diffstat (limited to 'AK')
-rw-r--r--AK/Debug.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index ee1a9311c8..4b6c4d767e 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -174,6 +174,10 @@
#cmakedefine01 HEAP_DEBUG
#endif
+#ifndef HEARTS_DEBUG
+#cmakedefine01 HEARTS_DEBUG
+#endif
+
#ifndef HEX_DEBUG
#cmakedefine01 HEX_DEBUG
#endif