diff options
author | David Robillard <d@drobilla.net> | 2007-12-27 18:27:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-27 18:27:28 +0000 |
commit | e6b0f1367d89e083b7e60ea2d78e74b68d755dc7 (patch) | |
tree | 32f09796f8c9b31e17719ef708ab857abe4d1deb | |
parent | 19ccc579ead586f5fc521497c5e74c490ad9f609 (diff) | |
download | patchage-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
-rw-r--r-- | src/Patchage.cpp | 1 |
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" |