mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 01:26:22 +00:00
LibRegex: Unbreak the ALL_DEBUG build
This commit is contained in:
parent
232e64c10a
commit
de7062af9c
Notes:
sideshowbarker
2024-07-18 19:15:13 +09:00
Author: https://github.com/awesomekling
Commit: de7062af9c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "LibRegex/RegexMatcher.h"
|
||||
#include <AK/Debug.h>
|
||||
|
||||
#if !REGEX_DEBUG
|
||||
#if REGEX_DEBUG
|
||||
|
||||
namespace regex {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue