USB: Include <Referenceable.h>.

It's implicitly included on some arches but not others, it seems.
This commit is contained in:
Augustin Cavalier
2024-10-12 12:56:09 -04:00
parent b511d6b064
commit 9d9aa08a75
@@ -15,6 +15,7 @@
#include "usbspec_private.h"
#include <lock.h>
#include <Referenceable.h>
#include <util/Vector.h>
// include vm.h before iovec_support.h for generic_memcpy, which is used by the bus drivers.