comparison host/vamp-simple-host.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 521734d2b498
comparison
equal deleted inserted replaced
229:3451f7dfa2be 230:5ee166dccfff
33 shall not be used in advertising or otherwise to promote the sale, 33 shall not be used in advertising or otherwise to promote the sale,
34 use or other dealings in this Software without prior written 34 use or other dealings in this Software without prior written
35 authorization. 35 authorization.
36 */ 36 */
37 37
38 #include "vamp-sdk/PluginHostAdapter.h" 38 #include <vamp-hostsdk/PluginHostAdapter.h>
39 #include "vamp-sdk/hostext/PluginInputDomainAdapter.h" 39 #include <vamp-hostsdk/hostext/PluginInputDomainAdapter.h>
40 #include "vamp-sdk/hostext/PluginLoader.h" 40 #include <vamp-hostsdk/hostext/PluginLoader.h>
41 #include "vamp/vamp.h"
42 41
43 #include <iostream> 42 #include <iostream>
44 #include <fstream> 43 #include <fstream>
45 #include <set> 44 #include <set>
46 #include <sndfile.h> 45 #include <sndfile.h>