Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-hostsdk/PluginHostAdapter.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 | 7b12c3decc42 |
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 "PluginHostAdapter.h" | 37 #include <vamp-hostsdk/PluginHostAdapter.h> |
38 #include <cstdlib> | 38 #include <cstdlib> |
39 | 39 |
40 namespace Vamp | 40 namespace Vamp |
41 { | 41 { |
42 | 42 |