diff --git a/repos/base/include/base/ram_allocator.h b/repos/base/include/base/ram_allocator.h
index a11d3f6a4d..f61add9709 100644
--- a/repos/base/include/base/ram_allocator.h
+++ b/repos/base/include/base/ram_allocator.h
@@ -19,6 +19,7 @@
#include
#include
#include
+#include
namespace Genode {
@@ -32,7 +33,7 @@ namespace Genode {
}
-struct Genode::Ram_allocator : Interface
+struct Genode::Ram_allocator : Interface, Noncopyable
{
enum class Alloc_error { OUT_OF_RAM, OUT_OF_CAPS, DENIED };