1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

LibRegex: Unbreak the ALL_DEBUG build

This commit is contained in:
Andreas Kling 2021-04-22 09:23:28 +02:00
parent 232e64c10a
commit de7062af9c

View file

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