changeset 132:f5fff1c6f06d

* should not be using <> include for this
author cannam
date Thu, 20 Mar 2008 13:16:04 +0000
parents 761d248f0198
children 92ca8e401044
files vamp-sdk/hostext/PluginWrapper.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginWrapper.h	Wed Mar 19 22:42:11 2008 +0000
+++ b/vamp-sdk/hostext/PluginWrapper.h	Thu Mar 20 13:16:04 2008 +0000
@@ -37,7 +37,7 @@
 #ifndef _VAMP_PLUGIN_WRAPPER_H_
 #define _VAMP_PLUGIN_WRAPPER_H_
 
-#include <vamp-sdk/Plugin.h>
+#include "vamp-sdk/Plugin.h"
 
 namespace Vamp {