mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 00:20:21 +00:00
AK: Add missing include in RecursionDecision.h
This commit is contained in:
parent
1079f178cf
commit
39dee6ad67
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/DanShaders Commit: https://github.com/SerenityOS/serenity/commit/39dee6ad67 Pull-request: https://github.com/SerenityOS/serenity/pull/20629
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