hw: add missing include in singleton header

ref #528
This commit is contained in:
Martin Stein 2013-09-06 16:56:01 +02:00 committed by Norman Feske
parent 48f831af3c
commit 5f64411ad7

View File

@ -28,6 +28,9 @@
#ifndef _SINGLETON_H_
#define _SINGLETON_H_
/* Genode includes */
#include <base/stdint.h>
inline void *operator new(Genode::size_t, void *at) { return at; }