1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00

AK: Add missing AK/Types.h include to VirtIO/Protocol.h

How did this even work?
This commit is contained in:
Hendiadyoin1 2021-09-27 23:56:22 +02:00 committed by Idan Horowitz
parent b56b0ba689
commit 683bf558e4

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
#define VIRTIO_GPU_MAX_SCANOUTS 16
namespace Kernel::Graphics::VirtIOGPU::Protocol {