comparison vamp-sdk/hostext/PluginWrapper.h @ 132:f5fff1c6f06d

* should not be using <> include for this
author cannam
date Thu, 20 Mar 2008 13:16:04 +0000
parents 6683f99107cf
children 1982246a3902
comparison
equal deleted inserted replaced
131:761d248f0198 132:f5fff1c6f06d
35 */ 35 */
36 36
37 #ifndef _VAMP_PLUGIN_WRAPPER_H_ 37 #ifndef _VAMP_PLUGIN_WRAPPER_H_
38 #define _VAMP_PLUGIN_WRAPPER_H_ 38 #define _VAMP_PLUGIN_WRAPPER_H_
39 39
40 #include <vamp-sdk/Plugin.h> 40 #include "vamp-sdk/Plugin.h"
41 41
42 namespace Vamp { 42 namespace Vamp {
43 43
44 namespace HostExt { 44 namespace HostExt {
45 45