From 74a9b13ad87f381b05b007d38912446506a20168 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Nov 2009 15:56:29 +0000 Subject: Fix compilation on GCC 4.4 (fix ticket #438). git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2285 a436a847-0d15-0410-975c-d299462d15a1 --- src/SMFWriter.cpp | 2 +- tests/midi_ringbuffer_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMFWriter.cpp b/src/SMFWriter.cpp index 2949722..94b7347 100644 --- a/src/SMFWriter.cpp +++ b/src/SMFWriter.cpp @@ -14,7 +14,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ - +#include #include #include #include diff --git a/tests/midi_ringbuffer_test.cpp b/tests/midi_ringbuffer_test.cpp index 938e26b..1e55caf 100644 --- a/tests/midi_ringbuffer_test.cpp +++ b/tests/midi_ringbuffer_test.cpp @@ -4,7 +4,7 @@ #include #include #include "raul/midi_names.h" - +#include using namespace std; using namespace Raul; -- cgit v1.2.1