mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Add missing AK/Types.h include to VirtIO/Protocol.h
How did this even work?
This commit is contained in:
parent
b56b0ba689
commit
683bf558e4
Notes:
sideshowbarker
2024-07-18 03:23:48 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/683bf558e44 Pull-request: https://github.com/SerenityOS/serenity/pull/10234
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
#define VIRTIO_GPU_MAX_SCANOUTS 16
|
||||
|
||||
namespace Kernel::Graphics::VirtIOGPU::Protocol {
|
||||
|
|
Loading…
Reference in a new issue