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:
Piotr Tworek 2020-07-01 00:34:22 +02:00 committed by Christian Helmuth
parent cd7a6fc9fe
commit d8539af412

View File

@ -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>