LibRegex: Unbreak the ALL_DEBUG build

This commit is contained in:
Andreas Kling 2021-04-22 09:23:28 +02:00
commit de7062af9c
Notes: sideshowbarker 2024-07-18 19:15:13 +09:00

View file

@ -30,7 +30,7 @@
#include "LibRegex/RegexMatcher.h"
#include <AK/Debug.h>
#if !REGEX_DEBUG
#if REGEX_DEBUG
namespace regex {