mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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:
committed by
Christian Helmuth
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>
|
||||
|
||||
Reference in New Issue
Block a user