summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-27 18:27:28 +0000
committerDavid Robillard <d@drobilla.net>2007-12-27 18:27:28 +0000
commite6b0f1367d89e083b7e60ea2d78e74b68d755dc7 (patch)
tree32f09796f8c9b31e17719ef708ab857abe4d1deb /src/Patchage.cpp
parent19ccc579ead586f5fc521497c5e74c490ad9f609 (diff)
downloadpatchage-e6b0f1367d89e083b7e60ea2d78e74b68d755dc7.tar.gz
patchage-e6b0f1367d89e083b7e60ea2d78e74b68d755dc7.tar.bz2
patchage-e6b0f1367d89e083b7e60ea2d78e74b68d755dc7.zip
Fix compilation.
git-svn-id: http://svn.drobilla.net/lad/patchage@996 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 0cd7328..74644dc 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -22,6 +22,7 @@
#include <libgnomecanvasmm.h>
#include <libglademm/xml.h>
#include <jack/statistics.h>
+#include <raul/SharedPtr.hpp>
#include CONFIG_H_PATH
#include "GladeFile.hpp"