list_model: fix missing include

Ref #2670
This commit is contained in:
Martin Stein 2018-02-11 14:46:26 +01:00 committed by Christian Helmuth
parent b07d6eced8
commit eb11e077fc

View File

@ -19,7 +19,9 @@
#ifndef _INCLUDE__UTIL__LIST_MODEL_H_
#define _INCLUDE__UTIL__LIST_MODEL_H_
/* Genode includes */
#include <util/xml_node.h>
#include <util/list.h>
namespace Genode { template <typename> class List_model; }