diff options
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index d89845cea4..afb24e9a08 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -358,6 +358,10 @@ #cmakedefine01 SPAM_DEBUG #endif +#ifndef SQL_DEBUG +#cmakedefine01 SQL_DEBUG +#endif + #ifndef STRINGIMPL_DEBUG #cmakedefine01 STRINGIMPL_DEBUG #endif |