summaryrefslogtreecommitdiffstats
path: root/src/SMFWriter.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-01 21:16:31 +0000
committerDavid Robillard <d@drobilla.net>2008-05-01 21:16:31 +0000
commit9c0d6de6406bee77c907d7e131b3bf5bcfbd0057 (patch)
tree6e2d9955c8d1e4d20036c631df38fcf9d9ef5d95 /src/SMFWriter.cpp
parent0655c632293211d6e0a23b13e277604600c4b683 (diff)
downloadraul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.tar.gz
raul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.tar.bz2
raul-9c0d6de6406bee77c907d7e131b3bf5bcfbd0057.zip
GCC 4.3 fixes.
git-svn-id: http://svn.drobilla.net/lad/raul@1191 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/SMFWriter.cpp')
-rw-r--r--src/SMFWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMFWriter.cpp b/src/SMFWriter.cpp
index 4ea65b0..e1ae440 100644
--- a/src/SMFWriter.cpp
+++ b/src/SMFWriter.cpp
@@ -17,6 +17,7 @@
#include <stdint.h>
#include <cassert>
+#include <cstring>
#include <iostream>
#include <glibmm/miscutils.h>
#include <raul/SMFWriter.hpp>