mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
Kernel/USB: Add missing include in USBInterface.h
This commit is contained in:
parent
d39acfb908
commit
c9a4ab9987
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/c9a4ab9987 Pull-request: https://github.com/SerenityOS/serenity/pull/20866 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/FireFox317 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/kleinesfilmroellchen Reviewed-by: https://github.com/supercomputer7
@ -7,6 +7,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/Bus/USB/USBDescriptors.h>
|
||||
|
||||
namespace Kernel::USB {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user