summaryrefslogtreecommitdiffstats
path: root/test/ringbuffer_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-13 00:40:00 +0000
committerDavid Robillard <d@drobilla.net>2012-08-13 00:40:00 +0000
commit4944976e40254bb57337e3544dc067133f140637 (patch)
treef715870bd264036f068061f44385e554072143f2 /test/ringbuffer_test.cpp
parent25fa6229ce2c4edc0960d39cbc424e834a4244ea (diff)
downloadraul-4944976e40254bb57337e3544dc067133f140637.tar.gz
raul-4944976e40254bb57337e3544dc067133f140637.tar.bz2
raul-4944976e40254bb57337e3544dc067133f140637.zip
Add Raul::barrier() and remove glib dependency from RingBuffer.
Improve RingBuffer performance. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4674 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r--test/ringbuffer_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp
index 38e09e9..48f5431 100644
--- a/test/ringbuffer_test.cpp
+++ b/test/ringbuffer_test.cpp
@@ -14,6 +14,7 @@
along with Raul. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>