From 9c0d6de6406bee77c907d7e131b3bf5bcfbd0057 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 May 2008 21:16:31 +0000 Subject: GCC 4.3 fixes. git-svn-id: http://svn.drobilla.net/lad/raul@1191 a436a847-0d15-0410-975c-d299462d15a1 --- tests/midi_ringbuffer_test.cpp | 1 + tests/ringbuffer_test.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/midi_ringbuffer_test.cpp b/tests/midi_ringbuffer_test.cpp index 2bf138c..98c251b 100644 --- a/tests/midi_ringbuffer_test.cpp +++ b/tests/midi_ringbuffer_test.cpp @@ -1,6 +1,7 @@ #include "raul/TimeStamp.hpp" #include "raul/EventRingBuffer.hpp" #include +#include #include "raul/midi_names.h" using namespace std; diff --git a/tests/ringbuffer_test.cpp b/tests/ringbuffer_test.cpp index 851d7b9..162d984 100644 --- a/tests/ringbuffer_test.cpp +++ b/tests/ringbuffer_test.cpp @@ -1,4 +1,5 @@ #include +#include #include "raul/RingBuffer.hpp" using namespace std; -- cgit v1.2.1