Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/hostext/PluginWrapper.cpp @ 230:5ee166dccfff distinct-libraries
* Add include guards; make code compile!
author | cannam |
---|---|
date | Fri, 07 Nov 2008 14:11:39 +0000 |
parents | 6b30e064cab7 |
children |
comparison
equal
deleted
inserted
replaced
229:3451f7dfa2be | 230:5ee166dccfff |
---|---|
32 shall not be used in advertising or otherwise to promote the sale, | 32 shall not be used in advertising or otherwise to promote the sale, |
33 use or other dealings in this Software without prior written | 33 use or other dealings in this Software without prior written |
34 authorization. | 34 authorization. |
35 */ | 35 */ |
36 | 36 |
37 #include "PluginWrapper.h" | 37 #include <vamp-hostsdk/hostext/PluginWrapper.h> |
38 | 38 |
39 namespace Vamp { | 39 namespace Vamp { |
40 | 40 |
41 namespace HostExt { | 41 namespace HostExt { |
42 | 42 |