mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:07:44 +00:00
LibRegex: Unbreak the ALL_DEBUG build
This commit is contained in:
parent
232e64c10a
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