summaryrefslogtreecommitdiffstats
path: root/src/RDFWriter.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-02-21 02:30:09 +0000
committerDavid Robillard <d@drobilla.net>2007-02-21 02:30:09 +0000
commit2cef260f92785971d7d61489c2278ad7afae0dd7 (patch)
tree308369a7102750714685d4e2d2351ec94e53898c /src/RDFWriter.cpp
parent58fa57acec95fc590fb2b53c512a5c300e6049a6 (diff)
downloadraul-2cef260f92785971d7d61489c2278ad7afae0dd7.tar.gz
raul-2cef260f92785971d7d61489c2278ad7afae0dd7.tar.bz2
raul-2cef260f92785971d7d61489c2278ad7afae0dd7.zip
Tempo based time in Machina (and related utilities added to Raul).
git-svn-id: http://svn.drobilla.net/lad/raul@324 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/RDFWriter.cpp')
-rw-r--r--src/RDFWriter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RDFWriter.cpp b/src/RDFWriter.cpp
index 625d1fc..33bc220 100644
--- a/src/RDFWriter.cpp
+++ b/src/RDFWriter.cpp
@@ -21,6 +21,8 @@
#define U(x) ((const unsigned char*)(x))
+using namespace std;
+
namespace Raul {