From 8c0f1f09edb23123e6e51049952505970ec5e3f5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Feb 2007 20:50:24 +0000 Subject: Distribution build fixes (pass make distcheck). git-svn-id: http://svn.drobilla.net/lad/raul@336 a436a847-0d15-0410-975c-d299462d15a1 --- raul/DoubleBuffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'raul/DoubleBuffer.h') diff --git a/raul/DoubleBuffer.h b/raul/DoubleBuffer.h index 75f70e5..8b0f340 100644 --- a/raul/DoubleBuffer.h +++ b/raul/DoubleBuffer.h @@ -18,6 +18,7 @@ #ifndef RAUL_DOUBLE_BUFFER_H #define RAUL_DOUBLE_BUFFER_H +#include #include #include @@ -33,7 +34,7 @@ namespace Raul { * Space: 2*sizeof(T) + sizeof(int) + sizeof(void*) */ template -class DoubleBuffer { +class DoubleBuffer : public boost::noncopyable { public: inline DoubleBuffer(T val) -- cgit v1.2.1