mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05: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…
Reference in a new issue