mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 03:24:58 +00:00
AK: Add missing include in RecursionDecision.h
This commit is contained in:
parent
1079f178cf
commit
39dee6ad67
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Platform.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
enum class RecursionDecision {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue