mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Kernel/USB: Add missing include in USBInterface.h
This commit is contained in:
parent
d39acfb908
commit
c9a4ab9987
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/Bus/USB/USBDescriptors.h>
|
||||
|
||||
namespace Kernel::USB {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue