1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00

AK: Add missing include in RecursionDecision.h

This commit is contained in:
Dan Klishch 2023-08-17 19:19:41 -04:00 committed by Ali Mohammad Pur
parent 1079f178cf
commit 39dee6ad67

View File

@ -6,6 +6,8 @@
#pragma once
#include <AK/Platform.h>
namespace AK {
enum class RecursionDecision {