diff base/RingBuffer.h @ 485:9eb7ef610d7f

* Add more informative text to Find a Transform (particularly when none available)
author Chris Cannam
date Thu, 20 Nov 2008 12:09:55 +0000
parents 4b2ea82fd0ed
children 2d551c765d51
line wrap: on
line diff
--- a/base/RingBuffer.h	Wed Nov 19 21:36:33 2008 +0000
+++ b/base/RingBuffer.h	Thu Nov 20 12:09:55 2008 +0000
@@ -26,6 +26,8 @@
 #include "system/System.h"
 #include "Scavenger.h"
 
+#include <cstring> // memcpy, memset &c
+
 //#define DEBUG_RINGBUFFER 1
 
 #ifdef DEBUG_RINGBUFFER