mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
platform_session: Add missing include.
The code uses Genode::Attached_dataspace but fails to include header defining this type. Fixes #3824
This commit is contained in:
parent
cd7a6fc9fe
commit
d8539af412
@ -14,6 +14,7 @@
|
||||
#ifndef _INCLUDE__SPEC__ARM__PLATFORM_SESSION__CONNECTION_H_
|
||||
#define _INCLUDE__SPEC__ARM__PLATFORM_SESSION__CONNECTION_H_
|
||||
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <base/connection.h>
|
||||
#include <base/env.h>
|
||||
#include <platform_session/client.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user