diff options
author | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-18 16:58:12 +0000 |
commit | 237512ade91a7073ce186d7b6c15ea4eb54e3e73 (patch) | |
tree | aa573e19b30d255b5501c53f62ff5eb638a28079 /src/Driver.hpp | |
parent | 8f0f04f2c366c768f1861415ad98f9bf7b572c73 (diff) | |
download | patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.gz patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.tar.bz2 patchage-237512ade91a7073ce186d7b6c15ea4eb54e3e73.zip |
Build against local library versions no matter what.... hopefully....
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1677 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r-- | src/Driver.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Driver.hpp b/src/Driver.hpp index 49db805..6e759a5 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -20,7 +20,7 @@ #include <boost/shared_ptr.hpp> #include <sigc++/sigc++.h> -#include <raul/SRSWQueue.hpp> +#include "raul/SRSWQueue.hpp" #include "PatchageEvent.hpp" class PatchagePort; |